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 Alexander.Belopolsky, Arfrever, belopolsky, ericography, jcea, khenriksson, larry, lars.gustaebel, loewis, mark.dickinson, nadeem.vawda, r.david.murray, rhettinger, rosslagerwall, skrah, vstinner
Date 2012-01-26.01:05:58
SpamBayes Score 6.8666704e-05
Marked as misclassified No
Message-id <1327539959.66.0.0825523451548.issue11457@psf.upfronthosting.co.za>
In-reply-to
Content
Victor: I think your patch merits its own tracker issue; it's only tangentially related to the proposed changes to os.stat.

That said, please do add me to the nosy list if you create one.

One more thing: I haven't given it a lot of thought, so there might be an even better API out there.  But given your proposed API, wouldn't it be slightly better if it took the type object rather than the string?  time.time(float) or time.time(Decimal) as examples.
History
Date User Action Args
2012-01-26 01:05:59larrysetrecipients: + larry, loewis, rhettinger, jcea, mark.dickinson, belopolsky, lars.gustaebel, vstinner, nadeem.vawda, Arfrever, r.david.murray, skrah, Alexander.Belopolsky, rosslagerwall, khenriksson, ericography
2012-01-26 01:05:59larrysetmessageid: <1327539959.66.0.0825523451548.issue11457@psf.upfronthosting.co.za>
2012-01-26 01:05:59larrylinkissue11457 messages
2012-01-26 01:05:59larrycreate