Message9404

Author pekka.klarck
Recipients pekka.klarck
Date 2015-01-15.22:55:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421362545.41.0.627601773572.issue2255@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.7b4 (default:bfc775b6c48d, Jan 9 2015, 04:16:03)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_25
Type "help", "copyright", "credits" or "license" for more information.
>>> import glob
>>> glob.glob('c:\\temp')
['c:\\temp']
>>> glob.glob('c:\\temp\\')
[]

Having a trailing backspace is not a problem with Jython 2.5 or any Python version.
History
Date User Action Args
2015-01-15 22:55:45pekka.klarcksetrecipients: + pekka.klarck
2015-01-15 22:55:45pekka.klarcksetmessageid: <1421362545.41.0.627601773572.issue2255@psf.upfronthosting.co.za>
2015-01-15 22:55:45pekka.klarcklinkissue2255 messages
2015-01-15 22:55:44pekka.klarckcreate