Change by Christian Schmidbauer :
--
keywords: +patch
pull_requests: +15787
pull_request: https://github.com/python/cpython/pull/12214
___
Python tracker
<https://bugs.python.org/issue24
Change by Christian Schmidbauer :
--
pull_requests: +15760
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/12214
___
Python tracker
<https://bugs.python.org/issu
Christian Schmidbauer added the comment:
@martin.panter: I see a relation to issue 29353, but I don't see why this
report here is a duplicate. Could you elaborate on this?
Issue 29991 contains parts of what I reported here, but it is closed "resolved"
and refers back to 29353
Christian Schmidbauer added the comment:
Apologies, here are the correct commit IDs:
https://github.com/python/cpython/commit/89285439c7f94a3e62cee3d15e343218903c2af8
https://github.com/python/cpython/pull/12214/commits/a82e662ab3339072d7b86a8090989fba60ef9c37
Change by Christian Schmidbauer :
--
hgrepos: +381
___
Python tracker
<https://bugs.python.org/issue36226>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Christian Schmidbauer :
The current implementation of `multipart/related` in urllib triggers header
defects even though the headers are valid:
`[StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()]`
The example header is valid according to RFC 2387
(https