Change by Ali McMaster :
--
components: Library (Lib)
nosy: Ali McMaster
priority: normal
severity: normal
status: open
title: Add HTTP Response code 451
type: enhancement
___
Python tracker
<https://bugs.python.org/issue39
New submission from Ali McMaster :
https://tools.ietf.org/html/rfc8297
I would like to work on this - PR to follow
--
title: Add HTTP Response code 451 -> Add HTTP Response code 103
___
Python tracker
<https://bugs.python.org/issu
Change by Ali McMaster :
--
versions: +Python 3.9
___
Python tracker
<https://bugs.python.org/issue39780>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ali McMaster :
--
keywords: +patch
pull_requests: +18040
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18681
___
Python tracker
<https://bugs.python.org/issu
Ali McMaster added the comment:
To check - do we definitely want to just skip the test if the below OSError is
thrown? Could we attempt to clean wherever the test is writing to before the
test is run/figure out what is using all the space?
--
nosy: +Ali McMaster