John Chandler added the comment:
Just to let you know I haven't forgotten this! I've been pretty busy recently
so might be a while before I implement the changes to the patch suggested in
the code review.
John
--
___
Python trac
John Chandler added the comment:
Cool, thanks for the feedback! :-)
I'll make the appropriate changes to the tests and add some coverage for
defproperty as soon as I can.
John
--
___
Python tracker
<http://bugs.python.org/is
New submission from John Chandler :
The Lib/xml/dom/minicompat.py module doesn't appear to have any test coverage,
probably because it's not the largest or most exciting of modules! :-) I
therefore attach a patch to add test coverage for the EmptyNodeList and
NodeList classes. I can
John Chandler added the comment:
Confirmed about not being an issue in Python 3. Just checked with Python
3.3.0a0 and the example works fine - no exception raised.
--
nosy: +John.Chandler
___
Python tracker
<http://bugs.python.org/issue11
New submission from John Chandler :
Hi,
Attaching a patch for the test_calendar.py file.
Adds four tests to provide coverage of the leapdays() function.
John
--
components: Tests
files: test_calendar.diff
keywords: patch
messages: 111373
nosy: John.Chandler
priority: normal
severity
New submission from John Chandler :
Hi,
Attaching a patch for the test_calendar.py file.
Adds six tests to provide test coverage of the monthrange function.
John
--
components: Tests
files: test_calendar.patch
keywords: patch
messages: 111292
nosy: John.Chandler
priority: normal