Changeset 388 for python/vendor/current/Misc/cheatsheet
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Misc/cheatsheet
r2 r388 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.