[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

[issue1859] textwrap doesn't linebreak on "\n"

2014-03-19 Thread dani
dani added the comment: applied patches textwrap_2010-11-23.diff and issue1859_docs.diff added line_break tests -- nosy: +dbudinova Added file: http://bugs.python.org/file34519/line_break_tests.patch ___ Python tracker <http://bugs.python.

[issue20491] textwrap: Non-breaking space not honored

2014-03-18 Thread dani
dani added the comment: changed honor-non-breaking-spaces.patch: used \N{NO-BREAK SPACE} instead of \xa0 added test for \N{NARROW NO-BREAK SPACE} -- nosy: +dbudinova Added file: http://bugs.python.org/file34497/new_textwrap.patch ___ Python tracker