[issue39780] Add HTTP Response code 103

2020-02-27 Thread Ali McMaster
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

[issue39780] Add HTTP Response code 103

2020-02-27 Thread Ali McMaster
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

[issue39780] Add HTTP Response code 103

2020-02-27 Thread Ali McMaster
Change by Ali McMaster : -- versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue39780> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39780] Add HTTP Response code 451

2020-02-27 Thread Ali McMaster
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

[issue37386] [EASY] test_io: test_large_file_ops() failed on AMD64 Windows7 SP1 3.x with: [Errno 28] No space left on device

2019-06-24 Thread Ali McMaster
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