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 pitrou
Recipients barry, benjamin.peterson, christian.heimes, pitrou
Date 2008-09-28.17:49:19
SpamBayes Score 0.018914545
Marked as misclassified No
Message-id <1222624162.44.0.738526067564.issue3988@psf.upfronthosting.co.za>
In-reply-to
Content
+1 as well. Lib/pty.py had a line like that ("while buf != ''") and I
wondered why no exception was thrown with -bb while the variable was a
bytes object.
History
Date User Action Args
2008-09-28 17:49:22pitrousetrecipients: + pitrou, barry, christian.heimes, benjamin.peterson
2008-09-28 17:49:22pitrousetmessageid: <1222624162.44.0.738526067564.issue3988@psf.upfronthosting.co.za>
2008-09-28 17:49:19pitroulinkissue3988 messages
2008-09-28 17:49:19pitroucreate