[issue1578643] various datetime methods fail in restricted mode

2012-08-22 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue1578643] various datetime methods fail in restricted mode

2010-06-25 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: See issue9079. -- dependencies: +Make gettimeofday available in time module ___ Python tracker ___

[issue1578643] various datetime methods fail in restricted mode

2010-06-09 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I would like to remove datetime module dependency on time module altogether. For example getting timestamp as a float and later break it into sec/usec just to satisfy time module API looks rather inefficient. -- assignee: -> belopolsky nosy: +

[issue1578643] various datetime methods fail in restricted mode

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior ___ Python tracker ___ ___ Python-bug