Markus Holtermann added the comment:
Thanks for your input. I remove the versionchanged block.
--
Added file:
http://bugs.python.org/file44649/0001-Enable-WebSocket-URL-schemes-in-urllib.parse.urljoin.patch
___
Python tracker
<h
Markus Holtermann added the comment:
Thanks for your input, Berker. Updated as suggested. I still include the
versionchanged annotation as I suspect more people to look at the docs than the
entire changelog
--
Added file:
http://bugs.python.org/file44615/0001-Enable-WebSocket-URL
Changes by Markus Holtermann :
Removed file:
http://bugs.python.org/file44609/0001-Enable-WebSocket-URL-schemes-in-urllib.parse.urljoin.3.6.patch
___
Python tracker
<http://bugs.python.org/issue25
Changes by Markus Holtermann :
Removed file:
http://bugs.python.org/file44610/0001-Enable-WebSocket-URL-schemes-in-urllib.parse.urljoin.master.patch
___
Python tracker
<http://bugs.python.org/issue25
Markus Holtermann added the comment:
Since the patch applies cleanly to the 3.5, 3.6 and master branch I only
attached one updated version of it.
--
Added file:
http://bugs.python.org/file44612/0001-Enable-WebSocket-URL-schemes-in-urllib.parse.urljoin.patch
Changes by Markus Holtermann :
Removed file:
http://bugs.python.org/file44608/0001-Enable-WebSocket-URL-schemes-in-urllib.parse.urljoin.3.5.patch
___
Python tracker
<http://bugs.python.org/issue25
Changes by Markus Holtermann :
Added file:
http://bugs.python.org/file44609/0001-Enable-WebSocket-URL-schemes-in-urllib.parse.urljoin.3.6.patch
___
Python tracker
<http://bugs.python.org/issue25
Changes by Markus Holtermann :
Added file:
http://bugs.python.org/file44610/0001-Enable-WebSocket-URL-schemes-in-urllib.parse.urljoin.master.patch
___
Python tracker
<http://bugs.python.org/issue25
Changes by Markus Holtermann :
Added file:
http://bugs.python.org/file44608/0001-Enable-WebSocket-URL-schemes-in-urllib.parse.urljoin.3.5.patch
___
Python tracker
<http://bugs.python.org/issue25
Markus Holtermann added the comment:
As discussed with rbcollins during the KiwiPyCon sprints, I'll add patches for
3.5, 3.6 and master with docs mentioning the addition of `ws` and `wss` as of
3.5.3
--
nosy: +MarkusH
___
Python tracker
Markus Holtermann added the comment:
Interesting thing tough, this optimization is nowhere mentioned in the 3.5
release notes ;)
--
___
Python tracker
<http://bugs.python.org/issue25
New submission from Markus Holtermann:
Since #7830 nested partials are flattened. This is a behavioral change that
causes a test failure in Django because we use nested partials to resolve
relationships between models:
https://github.com/django/django/pull/4423#issuecomment-138996095
In my
12 matches
Mail list logo