[issue36378] Add support to load from paths to json.load

2019-04-11 Thread Inada Naoki
Inada Naoki added the comment: I close this because PR is closed already, and same idea was discussed on -ideas ML. -- nosy: +inada.naoki resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue36378] Add support to load from paths to json.load

2019-03-20 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This expands the API where json.load now only accepts open file objects to support str and pathlike objects. This was discussed in https://mail.python.org/pipermail/python-ideas/2017-March/045303.html where there were alternatives proposed as

[issue36378] Add support to load from paths to json.load

2019-03-20 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36378] Add support to load from paths to json.load

2019-03-20 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12417 stage: -> patch review ___ Python tracker ___ ___

[issue36378] Add support to load from paths to json.load

2019-03-20 Thread SilentGhost
Change by SilentGhost : -- nosy: +ezio.melotti, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36378] Add support to load from paths to json.load

2019-03-20 Thread Dani Fojo
New submission from Dani Fojo : Add support to json.load to read from a string or Path object containing the path to a json file. Many libraries (like Numpy) support this behavior. -- components: Library (Lib) messages: 338442 nosy: Dani Fojo priority: normal severity: normal status: