This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gward
Recipients
Date 2006-06-11.16:25:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=14422

Fixed pretty much as suggested in upstream Optik repository:
r520.

(However, I had to use
  getattr(file, 'encoding', sys.getdefaultencoding()) 
to maintain compatibility with Python 2.0 .. 2.2).

No doc changes, since help generation isn't really
documented all that well anywhere.  ;-(

Fixed on Python trunk: r46861.
History
Date User Action Args
2007-08-23 14:40:20adminlinkissue1498146 messages
2007-08-23 14:40:20admincreate