[issue1830] pygettext.py py3k errors

2008-01-15 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks! Committed revision 59979. -- nosy: +gvanrossum resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1830] pygettext.py py3k errors

2008-01-15 Thread Peter Harris
Peter Harris added the comment: Also, a couple of instances of assuming dict.keys() is a list, and trying to use .sort() on them. Patch attached for both issues. -- title: pygettext.py syntax error -> pygettext.py py3k errors Added file: http://bugs.python.org/file9173/pygettext.diff _