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 mark.dickinson
Recipients alexandre.vassalotti, bob.ippolito, brian.curtin, ede, josiahcarlson, loewis, mark.dickinson, mwh, pitrou, rhettinger, tim.peters
Date 2010-02-13.12:17:38
SpamBayes Score 3.6595338e-07
Marked as misclassified No
Message-id <1266063519.83.0.802366371517.issue1023290@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of questions for the backport:

(1) should the 'signed' parameter remain keyword-only in 2.7?  I'd say yes, to avoid issues when forward-porting code from 2.7 to 3.2.  On the other hand, 2.7 doesn't support keyword-only arguments at the Python level, so a keyword-only argument might be a bit of a surprise to users.

(2) When specifying the byteorder, is there a need to allow u'big' and u'little' as well as 'big' and 'little'?
History
Date User Action Args
2010-02-13 12:18:40mark.dickinsonsetrecipients: + mark.dickinson, mwh, tim.peters, loewis, rhettinger, josiahcarlson, bob.ippolito, pitrou, alexandre.vassalotti, ede, brian.curtin
2010-02-13 12:18:39mark.dickinsonsetmessageid: <1266063519.83.0.802366371517.issue1023290@psf.upfronthosting.co.za>
2010-02-13 12:17:39mark.dickinsonlinkissue1023290 messages
2010-02-13 12:17:38mark.dickinsoncreate