Some interesting (!?) things happened when I upgraded from Python 2.3 to Python 2.5.1.  My editor of choice is Vim, the platform is MandrakeLinux 10.1...
  • the digraphs I have incorporated from the Vim environment into my scripts no longer work.  The resultant error message referred me to pep-0263
  • Within my code, I have two adjacent 'try/except' sequences.  The 'try' line waits for user input, and the 'except' offers default data if a response is bypassed.  What happens now is that both of those 'try' queries print simultaneously on the same line, i.e., not in sequence, the 2nd one following a response to the first.
This is what I have discovered so far.   What could be happening?
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to