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 facundobatista
Recipients facundobatista, guillaumegirard
Date 2007-11-01.18:36:40
SpamBayes Score 0.0820152
Marked as misclassified No
Message-id <1193942201.29.0.706016099684.issue1293@psf.upfronthosting.co.za>
In-reply-to
Content
Only in win32, in Linux it behaves ok (I put a /tmp/w.py that prints 'w'):

Python 2.5.1 (r251:54863, May  2 2007, 16:56:35) 
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append("/tmp/")
>>> import w
w
>>>
History
Date User Action Args
2007-11-01 18:36:41facundobatistasetspambayes_score: 0.0820152 -> 0.0820152
recipients: + facundobatista, guillaumegirard
2007-11-01 18:36:41facundobatistasetspambayes_score: 0.0820152 -> 0.0820152
messageid: <1193942201.29.0.706016099684.issue1293@psf.upfronthosting.co.za>
2007-11-01 18:36:41facundobatistalinkissue1293 messages
2007-11-01 18:36:40facundobatistacreate