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 JJeffries
Recipients JJeffries, docs@python
Date 2011-08-12.14:43:02
SpamBayes Score 2.9144214e-06
Marked as misclassified No
Message-id <1313160183.82.0.137409262179.issue12743@psf.upfronthosting.co.za>
In-reply-to
Content
The Python C API manual page for data marshaling contains the following paragraph.

XXX What about error detection? It appears that reading past the end of the file will always result in a negative numeric value (where that’s relevant), but it’s not clear that negative values won’t be handled properly when there’s no error. What’s the right way to tell? Should only non-negative values be written using these routines?

I suggest that the XXX should be removed as it is unclear why it's there.

Patch to follow in the next couple of days if others agree.
History
Date User Action Args
2011-08-12 14:43:03JJeffriessetrecipients: + JJeffries, docs@python
2011-08-12 14:43:03JJeffriessetmessageid: <1313160183.82.0.137409262179.issue12743@psf.upfronthosting.co.za>
2011-08-12 14:43:03JJeffrieslinkissue12743 messages
2011-08-12 14:43:02JJeffriescreate