[IronPython] Bug report

陶祖洪 andy.tao at freeborders.com.cn
Mon Jul 16 09:37:41 CEST 2007


Hi Dino,  I met a IronPython bug, does this bug has been reported?
 
 IronPython 1.1 (1.1) on .NET 2.0.50727.42 Copyright (c) Microsoft
Corporation. All rights reserved.
>>> import sys
>>> sys.path.append("c:\\bin")
>>> sys.path
['D:\\Python\\IronPython', 'D:\\Python\\IronPython\\Lib', 'c:\\bin']
>>> sys.path.append("c:\windows")
>>> sys.path
['D:\\Python\\IronPython', 'D:\\Python\\IronPython\\Lib', 'c:\\bin',
'c:\\windows']
>>> sys.path.append("c:\windows\bin")
>>> sys.path
['D:\\Python\\IronPython', 'D:\\Python\\IronPython\\Lib', 'c:\\bin',
'c:\\windows', 'c:\\windows\x08in']
>>> 
 
 
Andy.Tao 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070716/2ad1872e/attachment.html>


More information about the Ironpython-users mailing list