[issue8449] buildbot: test_dbm and test_dbm_ndbm failures on ia64 Ubuntu 3.1

2010-04-23 Thread STINNER Victor
Changes by STINNER Victor : -- title: Now: buildbot: test_dbm and test_dbm_ndbm failures on ia64 Ubuntu 3.1 Was: buildbot: test_dbm and test_dbm_ndbm failures ___ Python tracker

[issue8515] idle "Run Module" (F5) does not set __file__ variable

2010-04-23 Thread Bruce Frederiksen
New submission from Bruce Frederiksen : The python CLI always sets the __file__ variable, whether run as: $ python foobar.py or $ python -m foobar or $ python >>> import foobar # __file__ set in foobar module The idle program sets the __file__ variable properly when you do the import fro

<    1   2