[issue1709112] test_1686475 of test_os & pagefile.sys

2013-02-27 Thread Ezio Melotti
Ezio Melotti added the comment: Now the test (see Lib/test/test_os.py:470) has been changed to: try: os.stat(r"c:\pagefile.sys") except FileNotFoundError: pass # file does not exist; cannot run test except OSError as e: self.fail("Could not stat pagefile.sys") so this should work pr

[issue1709112] test_1686475 of test_os & pagefile.sys

2010-09-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Brian/Tim the attached patches have not been applied, what do you make of this one? -- components: +Extension Modules -Windows nosy: +BreamoreBoy, brian.curtin, tim.golden ___ Python tracker

[issue1709112] test_1686475 of test_os & pagefile.sys

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: The Modules/posixmodule.c patch needs tests. -- components: +Windows nosy: +ajaksu2 stage: -> test needed title: test_1686475 of test_os & pagefile.sys -> test_1686475 of test_os & pagefile.sys type: -> behavior versions: +Python 2.6, Python 3.0 -Pyth