Issue1807115

classification
Title: os.path.join ignores empty string
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, kagy
Priority: normal Keywords:

Created on 2007-10-03.18:59:30 by kagy, last changed 2007-10-03.20:14:29 by cgroves.

Messages
msg1962 (view) Author: Kevin Glynn (kagy) Date: 2007-10-03.18:59:30
Jython 2.2.1rc1 on java1.5.0_11:

os.path.join(*'images/'.split()) gives 'images', not 'images/' (like CPython). It seems that os.path.join ignores the final empty string.

k
msg1963 (view) Author: Charlie Groves (cgroves) Date: 2007-10-03.20:13:17
What is this a dupe of?
msg1964 (view) Author: Charlie Groves (cgroves) Date: 2007-10-03.20:14:29
Nevermind, just saw it: http://jython.org/bugs/1806980
History
Date User Action Args
2007-10-03 18:59:30kagycreate