[Python-checkins] r57353 - python/trunk/Lib/ntpath.py python/trunk/Lib/posixpath.py

Fred Drake fdrake at acm.org
Thu Aug 23 23:34:46 CEST 2007


On Aug 23, 2007, at 5:27 PM, georg.brandl wrote:
> Author: georg.brandl
> Date: Thu Aug 23 23:27:57 2007
> New Revision: 57353
...
> Modified: python/trunk/Lib/ntpath.py
> ====================================================================== 
> ========
> --- python/trunk/Lib/ntpath.py	(original)
> +++ python/trunk/Lib/ntpath.py	Thu Aug 23 23:27:57 2007
...
> -    """Join two or more pathname components, inserting "\\" as  
> needed"""
> +    """Join two or more pathname components, inserting "\\" as  
> needed.
> +    If any component is an absolute path, all previous path  
> components
> +    will be discarded."""

Shouldn't there be a blank line between the first and subsequent  
lines of the docstring?


   -Fred

-- 
Fred Drake   <fdrake at acm.org>





More information about the Python-checkins mailing list