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 joearmbruster
Recipients
Date 2007-04-26.01:40:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
URL:  http://svn.python.org/projects/python/trunk
Revision: 54922

Note:  Reproduced Error using test application on the following system

OS Name:    Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600

Try modifying line 13:

fh = open(fname, 'r')
to:
fh = open(fname, 'rb')

and notice the behavior.
History
Date User Action Args
2007-08-23 14:52:16adminlinkissue1672853 messages
2007-08-23 14:52:16admincreate