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 rpetrov
Recipients ajaksu2, amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, pitrou, rpetrov
Date 2008-09-18.22:53:35
SpamBayes Score 4.243408e-06
Marked as misclassified No
Message-id <1221778417.09.0.0432447055467.issue3708@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that test case will fail on windows and vms platforms.
The case contain os.urandom(1.1) but in posixmodule.c for urandon
functions (windows and vms) exits:
  PyArg_ParseTuple(args, "i:urandom", &howMany))

./python.exe -c 'import os; print "%s" %(os.urandom(1.9))' =>
-c:1: DeprecationWarning: integer argument expected, got float
History
Date User Action Args
2008-09-18 22:53:37rpetrovsetrecipients: + rpetrov, gregory.p.smith, amaury.forgeotdarc, pitrou, ajaksu2, benjamin.peterson
2008-09-18 22:53:37rpetrovsetmessageid: <1221778417.09.0.0432447055467.issue3708@psf.upfronthosting.co.za>
2008-09-18 22:53:36rpetrovlinkissue3708 messages
2008-09-18 22:53:35rpetrovcreate