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 larry
Recipients larry, serhiy.storchaka, zach.ware
Date 2015-05-04.20:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430771945.15.0.186665180935.issue24000@psf.upfronthosting.co.za>
In-reply-to
Content
The length attribute is an internal implementation detail, so its name is not relevant.  It's used in the generation of the accompanying "length" parameter for the impl function for this converter.  "length" is a good name for it.  "zeroes" is not a good name for it.  "zeroes" is, however, a decent name for the converter parameter.

I have no quarrel with the documentation using the term NUL.  But I don't think the term translates well to use parameter names.
History
Date User Action Args
2015-05-04 20:39:05larrysetrecipients: + larry, zach.ware, serhiy.storchaka
2015-05-04 20:39:05larrysetmessageid: <1430771945.15.0.186665180935.issue24000@psf.upfronthosting.co.za>
2015-05-04 20:39:05larrylinkissue24000 messages
2015-05-04 20:39:05larrycreate