Re: [Python-ideas] Add pathlib.Path.write_json and pathlib.Path.read_json

2017-03-27 Thread Donald Stufft
> On Mar 27, 2017, at 8:50 AM, Ram Rachum wrote: > > What do you think about adding methods pathlib.Path.write_json and > pathlib.Path.read_json , similar to write_text, write_bytes, read_text, > read_bytes? > -1, I also think that write_* and read_* were mistakes to beg

Re: [Python-ideas] Add pathlib.Path.write_json and pathlib.Path.read_json

2017-03-27 Thread Donald Stufft
> On Mar 27, 2017, at 10:36 AM, Paul Moore wrote: > > On 27 March 2017 at 15:33, Donald Stufft <mailto:[email protected]>> wrote: >> What do you think about adding methods pathlib.Path.write_json and >> pathlib.Path.read_json , similar to write_text, write_b

Re: [Python-ideas] Add `rc` to distutils.version.StrictVersion

2018-07-06 Thread Donald Stufft
You should https://packaging.pypa.io/en/latest/version/ instead of anything in distutils for handling version numbers. > On Jul 5, 2018, at 2:11 PM, Pål Grønås Drange wrote: > > StrictVersion from distutils accepts version tags like > 1.14.0 > 1.1

Re: [Python-ideas] From mailing list to GitHub issues

2016-08-13 Thread Donald Stufft
se things are _possible_, that the tooling has to attempt to handle all of those things sanely. — Donald Stufft ___ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://pytho

Re: [Python-ideas] From mailing list to GitHub issues

2016-08-13 Thread Donald Stufft
have yours, but we should not start thinking that adding an obstacle course that a user must complete before they can meaningfully contribute is doing anything but self selecting for people willing to run that particular obstacle course, not selecting for skil

Re: [Python-ideas] From mailing list to GitHub issues

2016-08-13 Thread Donald Stufft
cs via email. — Donald Stufft ___ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/

Re: [Python-ideas] From mailing list to GitHub issues

2016-08-14 Thread Donald Stufft
cussion from a phone without needing to lay down a bunch of code in my text editor. Not every valuable contribution is writing code, and even for people who write code, not every thing they do requires that. — Donald Stufft ___ Python-ideas mailing list Pyt