From: <fwi...@us...> - 2009-08-10 17:14:12
|
Revision: 6641 http://jython.svn.sourceforge.net/jython/?rev=6641&view=rev Author: fwierzbicki Date: 2009-08-10 17:13:59 +0000 (Mon, 10 Aug 2009) Log Message: ----------- Trivial reindent. Modified Paths: -------------- trunk/jython/Lib/xml/Uri.py Modified: trunk/jython/Lib/xml/Uri.py =================================================================== --- trunk/jython/Lib/xml/Uri.py 2009-08-10 17:13:06 UTC (rev 6640) +++ trunk/jython/Lib/xml/Uri.py 2009-08-10 17:13:59 UTC (rev 6641) @@ -17,7 +17,7 @@ def UnsplitUriRef(uriRefSeq): """should replace urlparse.urlunsplit - + Given a sequence as would be produced by SplitUriRef(), assembles and returns a URI reference as a string. """ @@ -40,7 +40,7 @@ def SplitUriRef(uriref): """should replace urlparse.urlsplit - + Given a valid URI reference as a string, returns a tuple representing the generic URI components, as per RFC 2396 appendix B. The tuple's structure is (scheme, authority, path, query, fragment). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |