Paul Winkler added the comment:
This was marked as a duplicate of http://bugs.python.org/issue8788 but the doc
changes in that issue, and the current docs for 2.7, do not mention anything
related to handling of unicode nor how `doseq` affects unicode-related
behavior. If we can agree on
Changes by Paul Winkler :
--
versions: +Python 3.3
___
Python tracker
<http://bugs.python.org/issue13831>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Paul Winkler :
--
nosy: +slinkp
___
Python tracker
<http://bugs.python.org/issue13831>
___
___
Python-bugs-list mailing list
Unsubscribe:
Paul Winkler <[EMAIL PROTECTED]> added the comment:
Whatever happened with this? I don't see it mentioned in the NEWS file
for the 2.6 line.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
New submission from Paul Winkler <[EMAIL PROTECTED]>:
A comment in unittest.py says "these functions should be considered
obsolete". But I've seen a lot of code in the wild still using
unittest.makeSuite(MyTestCase)... in fact it's used frequently in the
python stan
Paul Winkler <[EMAIL PROTECTED]> added the comment:
In what way is the comment in core.py inaccurate? I only added the
phrase "and override config files", which is an important side effect of
parse_command_line().
__
Tracker <[EMAI
Paul Winkler <[EMAIL PROTECTED]> added the comment:
Phillip, here's another revision of the monkeypatch-in-setUp() approach,
simplified per your suggestions.
Added file: http://bugs.python.org/file10129/python_distutils_1180_3.patch
__
Tracker <[E
Paul Winkler <[EMAIL PROTECTED]> added the comment:
and here's the revised version of the dependency-injection approach.
Added file: http://bugs.python.org/file10122/python_distutils_1180_2.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
Changes by Paul Winkler <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file9763/python_distutils_1180.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Paul Winkler <[EMAIL PROTECTED]> added the comment:
Phillip, thanks, I missed that script_args is always passed by
core.setup(). I'm replacing the patches with two new versions that check
self.script_args instead of sys.argv (and assumes false if for some
reason script_args isn
Changes by Paul Winkler <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10105/python_distutils_1180_2.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Paul Winkler <[EMAIL PROTECTED]> added the comment:
Here's an alternate patch that uses a bit of dependency injection to
avoid the need for monkeypatches in setup/teardown. This means some
trivial changes to Distribution.__init__(). I slightly prefer this
approach, but some might ar
Paul Winkler <[EMAIL PROTECTED]> added the comment:
looks good to me, thanks!
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1753732>
_
___
Python
Changes by Paul Winkler <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file9763/python_distutils_1180.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Paul Winkler <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file9762/python_distutils_1180.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Paul Winkler <[EMAIL PROTECTED]> added the comment:
The attached patch implements a command-line option to disable loading
of $HOME/.pydistutils.cfg.
After talking to Martin Loewis, I decided not to implement the override
part, because if it's a one-time thing you can just pass the
Changes by Paul Winkler <[EMAIL PROTECTED]>:
--
nosy: +loewis
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1180>
__
___
Python-bugs-list mailing
Paul Winkler <[EMAIL PROTECTED]> added the comment:
I'm working on this (at the pycon sprint).
--
nosy: +slinkp
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
New submission from Paul Winkler:
I cannot find anything about findTestCases on any of the library doc
pages, certainly not at http://docs.python.org/lib/unittest-contents.html
where I'd expect it to be.
__
Tracker <[EMAIL PROTECTED]>
<http://b
Changes by Paul Winkler:
--
components: Documentation
nosy: slinkp
severity: normal
status: open
title: unittest.findTestCases undocumented
versions: Python 2.5
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
20 matches
Mail list logo