[issue8645] PyUnicode_AsEncodedObject is undocumented

2010-11-20 Thread Simon Cross

Simon Cross hodges...@gmail.com added the comment:

This issue is subsumed by #10435 and can probably be closed as a duplicated.

--
nosy: +hodgestar

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



[issue8645] PyUnicode_AsEncodedObject is undocumented

2010-11-20 Thread Alexander Belopolsky

Changes by Alexander Belopolsky belopol...@users.sourceforge.net:


--
resolution:  - duplicate
status: open - closed
superseder:  - Document unicode C-API in reST

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



[issue8645] PyUnicode_AsEncodedObject is undocumented

2010-06-15 Thread Daniel Stutzbach

Daniel Stutzbach dan...@stutzbachenterprises.com added the comment:

I'm not really clear on what PyUnicode_AsEncodedObject does (as opposed to 
PyUnicode_AsEncodedString).  Someone already familiar with those two functions 
would have a much easier time writing a documentation patch.

--

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



[issue8645] PyUnicode_AsEncodedObject is undocumented

2010-06-14 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com added the comment:

Can you write a patch?

See also #8646.

--

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



[issue8645] PyUnicode_AsEncodedObject is undocumented

2010-05-12 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@haypocalc.com:


--
nosy: +haypo

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



[issue8645] PyUnicode_AsEncodedObject is undocumented

2010-05-07 Thread Daniel Stutzbach

New submission from Daniel Stutzbach dan...@stutzbachenterprises.com:

PyUnicode_AsEncodedObject is undocumented.  It has the same signature as 
PyUnicode_AsEncodedString, although they do slightly different things based on 
a brief source code inspection (I'm not clear on what that difference is 
though).

--
assignee: d...@python
components: Documentation
messages: 105203
nosy: d...@python, stutzbach
priority: normal
severity: normal
stage: needs patch
status: open
title: PyUnicode_AsEncodedObject is undocumented
versions: Python 2.7, Python 3.2

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