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 skrah
Recipients Arfrever, ezio.melotti, georg.brandl, mark.dickinson, ncoghlan, rhettinger, skrah, zach.ware
Date 2012-11-15.17:00:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352998843.5.0.906580938841.issue15783@psf.upfronthosting.co.za>
In-reply-to
Content
Should we go ahead with this? If so, then I think it only makes sense
to change *all* undocumented cases of None default args. Here's a
case that used rounding=None in quantize():

https://bitbucket.org/simplecodes/wtforms/issue/117/test-failure-with-python-33
History
Date User Action Args
2012-11-15 17:00:43skrahsetrecipients: + skrah, georg.brandl, rhettinger, mark.dickinson, ncoghlan, ezio.melotti, Arfrever, zach.ware
2012-11-15 17:00:43skrahsetmessageid: <1352998843.5.0.906580938841.issue15783@psf.upfronthosting.co.za>
2012-11-15 17:00:43skrahlinkissue15783 messages
2012-11-15 17:00:43skrahcreate