[issue12001] Extend json.dumps to handle N-triples strings

2011-05-07 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

I agree that the json module should stick with the json definition. Adding 
other stuff would take it even further from simplejson.
A conversion function, if short enough, could be posted on the cookbook.

--
nosy: +terry.reedy
resolution:  - rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12001
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12001] Extend json.dumps to handle N-triples strings

2011-05-06 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

I'm not sure there's any sense in trying to bend the json module into producing 
other formats.

--
nosy: +pitrou, rhettinger

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12001
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12001] Extend json.dumps to handle N-triples strings

2011-05-06 Thread Raymond Hettinger

Raymond Hettinger raymond.hettin...@gmail.com added the comment:

Feature creep would not be good for the json module.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12001
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12001] Extend json.dumps to handle N-triples strings

2011-05-06 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Agreed.  The purpose of the json module is clearly defined, and there is room 
for other modules to address other problems (like yaml).  It should be easy to 
write a Python function to convert a string to its N-triples serialization.

--
nosy: +eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12001
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12001] Extend json.dumps to handle N-triples strings

2011-05-04 Thread Glenn Ammons

New submission from Glenn Ammons glenn.amm...@gmail.com:

The string format used in N-triples is very similar to that used in JSON (see 
http://www.w3.org/TR/rdf-testcases/#ntrip_strings).  It would be handy if 
json.dumps could (optionally) follow the N-triples format.  The differences are

1) In \u escapes, the hexadecimal digits must be capitalized.
2) N-triples uses \u escapes instead of \b and \f

--
components: Extension Modules
messages: 135131
nosy: Glenn.Ammons
priority: normal
severity: normal
status: open
title: Extend json.dumps to handle N-triples strings
type: feature request
versions: Python 2.7, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12001
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12001] Extend json.dumps to handle N-triples strings

2011-05-04 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
components: +Library (Lib)
nosy: +ezio.melotti
versions: +Python 3.3 -Python 2.7, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12001
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com