[issue43457] Include simple file loading and saving functions in JSON standard library.

2021-03-09 Thread Inada Naoki
Inada Naoki added the comment: I created a new vote for naming. https://discuss.python.org/t/vote-new-function-for-reading-json-from-path/7603 -- ___ Python tracker ___

[issue43457] Include simple file loading and saving functions in JSON standard library.

2021-03-09 Thread Inada Naoki
Inada Naoki added the comment: This idea is discussed several times. Last discussion thread is: https://mail.python.org/archives/list/python-id...@python.org/thread/YHO575YY4FQC3GBDF4SKOWIEAUSY3OQX/#YHO575YY4FQC3GBDF4SKOWIEAUSY3OQX -- nosy: +methane

[issue43457] Include simple file loading and saving functions in JSON standard library.

2021-03-09 Thread nervecenter
New submission from nervecenter : Python has a "batteries included" approach to standard library construction. To that end, commonly used procedures are often included as functions; adding sugar to the language is often exchanged for adding sugar to libraries. One of these common procedures