Author: adrian
Date: 2007-07-24 22:18:17 -0500 (Tue, 24 Jul 2007)
New Revision: 5758
Modified:
django/trunk/django/utils/_os.py
Log:
Changed safe_join() docstring from [5750] to use active verbs. See also [5756]
Modified: django/trunk/django/utils/_os.py
===================================================================
--- django/trunk/django/utils/_os.py 2007-07-25 03:15:05 UTC (rev 5757)
+++ django/trunk/django/utils/_os.py 2007-07-25 03:18:17 UTC (rev 5758)
@@ -2,8 +2,8 @@
def safe_join(base, *paths):
"""
- Join one or more path components to the base path component intelligently.
- Return a normalized, absolute version of the final path.
+ Joins one or more path components to the base path component intelligently.
+ Returns a normalized, absolute version of the final path.
The final path must be located inside of the base path component (otherwise
a ValueError is raised).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---