Changeset 391 for python/trunk/Misc/cheatsheet
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Misc/cheatsheet
r2 r391 1391 1391 Some os variables 1392 1392 Variable Meaning 1393 name name of O/S-specific module (e.g. "posix", " mac", "nt")1393 name name of O/S-specific module (e.g. "posix", "nt") 1394 1394 path O/S-specific module for path manipulations. 1395 1395 On Unix, os.path.split() <=> posixpath.split()
Note:
See TracChangeset
for help on using the changeset viewer.