Changeset 5758
- Timestamp:
- 07/24/07 22:18:17 (1 year ago)
- Files:
-
- django/trunk/django/utils/_os.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/utils/_os.py
r5750 r5758 3 3 def safe_join(base, *paths): 4 4 """ 5 Join one or more path components to the base path component intelligently.6 Return a normalized, absolute version of the final path.5 Joins one or more path components to the base path component intelligently. 6 Returns a normalized, absolute version of the final path. 7 7 8 8 The final path must be located inside of the base path component (otherwise
