[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-05-20 Thread Senthil Kumaran
Senthil Kumaran added the comment: New changeset b5bf7e85b74070973bff3e69990f948a0ed5efdb by Senthil Kumaran in branch '3.6': bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1692) https://github.com/python/cpython/commit/b5bf7e85b74070973bff3e69990f948a0ed5efdb -- _

[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-05-20 Thread Senthil Kumaran
Senthil Kumaran added the comment: New changeset a2a822614c64b01b0cf5c0ee63a96b3ad4561a85 by Senthil Kumaran in branch '3.5': bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1693) https://github.com/python/cpython/commit/a2a822614c64b01b0cf5c0ee63a96b3ad4561a85 -- _

[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-05-20 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-05-20 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- pull_requests: +1786 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-05-20 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- pull_requests: +1785 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-05-17 Thread Senthil Kumaran
Senthil Kumaran added the comment: New changeset 906f5330b9c9a74cad1cf27fddaf77e99dff9edd by Senthil Kumaran in branch 'master': bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) https://github.com/python/cpython/commit/906f5330b9c9a74cad1cf27fddaf77e99dff9edd --

[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-04-07 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- pull_requests: +1190 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-04-03 Thread Senthil Kumaran
Senthil Kumaran added the comment: https://github.com/python/cpython/pull/984 proposes a change. I'll need some reviews on this changed text. Note: I am aware that there is an issue (long pending), which suggests deal away with these schemes at the top. If we get to that immediately, I will b

[issue29976] urllib.parse clarify what ' ' in schemes mean

2017-04-03 Thread Senthil Kumaran
New submission from Senthil Kumaran: 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', 'pros