Quote:
Originally Posted by kovidgoyal
Yeah, fortunately, most of if is automatic when you use a "platform neutral" language like python.
|
Yes, but I was thinking of things like monitoring network alive status, or watching a directory to automatically add books that appear there. I've been trying to come up with some code for merging records, and I keep running into little OS dependent bits you've added, like one that swaps '\' and '/' based on OS dependency.