[issue15063] Source code links for JSON documentation

2012-07-20 Thread Senthil Kumaran

Senthil Kumaran sent...@uthcode.com added the comment:

I am with Éric on this. Looking at json/decoder.py and json/encoder.py, I too 
feel that source link may not be helpful as much as it is helpful for others. 
Docs are best here. I am closing this report. Thanks!

--
nosy: +orsenthil
resolution:  - wont fix
stage:  - committed/rejected
status: open - closed

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



[issue15063] Source code links for JSON documentation

2012-06-24 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
resolution: rejected - 

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



[issue15063] Source code links for JSON documentation

2012-06-16 Thread Éric Araujo

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

The source links were added by Raymond for selected modules that he judged 
readable, well-written and useful companions to the documentation.  For the 
json.encoder and decoder modules, I don’t think this is the case: the rst doc 
should explain well the behavior of the default encoder/decoder and how to 
subclass to change this behavior.  Did you see something interesting in the 
code?  I only had a look through it quickly, and saw the mix of C and Python 
code (which can be non-trivial to follow) and a dubious idiom (binding globals 
as locals to optimize access on CPython—doesn’t work on PyPy).  My opinion is 
-1; what do other people think?

--
nosy: +eric.araujo, rhettinger
versions: +Python 2.7, Python 3.2

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



[issue15063] Source code links for JSON documentation

2012-06-16 Thread Ezio Melotti

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


--
nosy: +ezio.melotti
resolution:  - rejected

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



[issue15063] Source code links for JSON documentation

2012-06-13 Thread Bryce Verdier

New submission from Bryce Verdier bryceverd...@gmail.com:

In some parts of the documentation there are links to the source code. While 
looking in the JSON documentation that link isn't there.

Not sure if this is wanted or if it's complete. But I'm submitting it anyway in 
the hopes of feedback.

--
assignee: docs@python
components: Documentation
files: json_source_link.patch
keywords: patch
messages: 162750
nosy: docs@python, louiscipher
priority: normal
severity: normal
status: open
title: Source code links for JSON documentation
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file26006/json_source_link.patch

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