- Timestamp:
- Mar 13, 2014, 9:52:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Lib/distutils/util.py
r2 r382 218 218 two, which is tricky on DOS/Windows and Mac OS. 219 219 """ 220 if new_root is None or new_root == '': 221 return pathname 222 220 223 if os.name == 'posix': 221 224 if not os.path.isabs(pathname):
Note:
See TracChangeset
for help on using the changeset viewer.