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 badouxn
Recipients badouxn, serhiy.storchaka, yselivanov
Date 2017-11-15.18:14:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510769661.52.0.213398074469.issue32034@psf.upfronthosting.co.za>
In-reply-to
Content
Typo in the last comment. The code should be:

'''
     def __init__(self, partial, expected):
         super().__init__(partial, expected)
         self.partial = partial
         self.expected = expected
     def __str__(self):
         return ("%d bytes read on a total of %r expected bytes" % (len(self.partial), self.expected))
'''
History
Date User Action Args
2017-11-15 18:14:21badouxnsetrecipients: + badouxn, serhiy.storchaka, yselivanov
2017-11-15 18:14:21badouxnsetmessageid: <1510769661.52.0.213398074469.issue32034@psf.upfronthosting.co.za>
2017-11-15 18:14:21badouxnlinkissue32034 messages
2017-11-15 18:14:21badouxncreate