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 tcdelaney
Recipients
Date 2006-02-21.22:43:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When the `bytes` object is introduced (successor to 
PEP 332) the full range of byte integer objects [0, 
255] are likely to be used more commonly.

Suggest extending the pre-allocated integer obejcts to 
include the full range [0, 255].
History
Date User Action Args
2007-08-23 16:11:40adminlinkissue1436243 messages
2007-08-23 16:11:40admincreate