[issue19247] Describe surrogateescape algorithm in the Library Reference

2015-04-09 Thread Nick Coghlan

Nick Coghlan added the comment:

The last round of updates to the codecs module docs covered the relevant 
details in the new error handlers section: 
https://docs.python.org/3/library/codecs.html#error-handlers

--
resolution:  - fixed
stage: needs patch - resolved
status: open - closed

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



[issue19247] Describe surrogateescape algorithm in the Library Reference

2014-03-13 Thread R. David Murray

R. David Murray added the comment:

Looking at the PEP, I don't think there's anything in there that can just be 
copied to the docs.  I've suggested to one of the new contributors to do the 
break out of the error handlers into its own section, and then someone with 
more understanding of surrogate escape and how we use it can write up the 
description for the sub-section.

--
nosy: +r.david.murray

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



[issue19247] Describe surrogateescape algorithm in the Library Reference

2013-10-13 Thread Nick Coghlan

New submission from Nick Coghlan:

The codecs module currently refers out to PEP 383 as the documentation for the 
details of the ``surrogateescape`` error handler.

Instead (as per the recent python-dev discussion about not using PEPs as 
substitutes for reference docs), there should be a section providing details on 
surrogateescape directly in the library reference for the codecs module.

This may involve breaking out the current table of standard error handlers 
under its own heading rather than including it in the intro to codec base 
classes. Then the detailed description of surrogateescape could go under a 
dedicated subheading.

--
messages: 199707
nosy: ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Describe surrogateescape algorithm in the Library Reference
type: enhancement
versions: Python 3.4

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



[issue19247] Describe surrogateescape algorithm in the Library Reference

2013-10-13 Thread Ezio Melotti

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


--
nosy: +ezio.melotti

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



[issue19247] Describe surrogateescape algorithm in the Library Reference

2013-10-13 Thread Georg Brandl

Changes by Georg Brandl ge...@python.org:


--
assignee:  - docs@python
components: +Documentation
nosy: +docs@python

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