This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients orsenthil
Date 2017-04-04.04:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491281657.78.0.713830439385.issue29976@psf.upfronthosting.co.za>
In-reply-to
Content
urllib.parse has the following information in this module.

```
# A classification of schemes ('' means apply by default)
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap',
                 'wais', 'file', 'https', 'shttp', 'mms',
                 'prospero', 'rtsp', 'rtspu', '', 'sftp',
                 'svn', 'svn+ssh', 'ws', 'wss']

```

Note the '' in the list.

1) First it needs to be first one for easy identification.
2) It needs to be clarified. '' means apply by default does not help the reader.
History
Date User Action Args
2017-04-04 04:54:17orsenthilsetrecipients: + orsenthil
2017-04-04 04:54:17orsenthilsetmessageid: <1491281657.78.0.713830439385.issue29976@psf.upfronthosting.co.za>
2017-04-04 04:54:17orsenthillinkissue29976 messages
2017-04-04 04:54:17orsenthilcreate