New submission from
Atul Varma
:
This patch refactors test_winreg.py to use unittest. When this patch is
applied, Lib/test/output/test_winreg can be removed.
I also made a few formatting changes to ensure that all lines
New submission from Atul Varma:
This patch refactors test_signal.py to use unittest. When this patch is
applied, Lib/test/output/test_signal can be removed.
I tried to refactor out individual tests from the original script and
place them in separate test cases.
--
components: Tests
New submission from Atul Varma:
This isn't necessarily a bug in Python--it's really a bug in websites
that produce what are technically malformed WWW-Authenticate headers, I
believe.
According to RFC 2617, a WWW-Authenticate header should be of the form:
WWW-Authenticate: B
New submission from Atul Varma <[EMAIL PROTECTED]>:
If the user chooses not to have Sphinx create a Makefile, Sphinx still
behaves as though the user wants it to create one. This patch provides
a simple fix.
--
assignee: georg.brandl
components: Documentation tools (Sphinx)