]> granicus.if.org Git - python/commit
Mark Hammond to the rescue:
authorGuido van Rossum <guido@python.org>
Wed, 3 May 2000 02:44:55 +0000 (02:44 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 May 2000 02:44:55 +0000 (02:44 +0000)
commit19dde103a80525ea02565a4d218708ee028dd2dd
tree8860a50245423dbb6e9119b0486c0aa26d82b44f
parentbe317e615e9c25f3f38062266b9b8a7ad86a1c90
Mark Hammond to the rescue:

Checkin 2.131 of posixmodule.c changed os.stat on Windows, so that
"/bin/" type notation (trailing backslash) would work on Windows to
be consistent with Unix.

However, the patch broke the simple case of: os.stat("\\")

This did work in 1.5.2, and obviously should!

This patch addresses this, and restores the correct behaviour.
Modules/posixmodule.c