This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cjwelborn
Recipients cjwelborn, cool-RR, pitrou
Date 2014-01-28.21:03:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390943026.18.0.00457393100373.issue20218@psf.upfronthosting.co.za>
In-reply-to
Content
Using 'review' with pathlib.readwrite4.patch, it looks like it only modifies one file (test_pathlib.py), which can't be right. Maybe you edited the patch directly instead of generating a new one? (also, the line-counts haven't changed and I think they were suppose to.)

The python-dev guide may help you to move forward with this, and any future ideas. I definitely have a lot to learn myself, but I do know that the less leg-work core-devs have to do, the easier it is to make a contribution. 

Python dev-guide: http://docs.python.org/devguide/

Here is the 'exclusive' feature with some tests, it raises TypeError when 'append' and 'exclusive' are used at the same time (mismatched args/kwargs usually raise TypeError in python from what I can tell).

It's still missing the Doc changes, and probably more stuff that I don't know about yet. 

As usual, all tests pass including the python test-suite, and `make patchcheck` removed some whitespace for me.
Thanks,
-Chris (cjwelborn)
History
Date User Action Args
2014-01-28 21:03:46cjwelbornsetrecipients: + cjwelborn, pitrou, cool-RR
2014-01-28 21:03:46cjwelbornsetmessageid: <1390943026.18.0.00457393100373.issue20218@psf.upfronthosting.co.za>
2014-01-28 21:03:46cjwelbornlinkissue20218 messages
2014-01-28 21:03:46cjwelborncreate