[issue25730] invisible sidebar content with code snippets

2015-11-26 Thread hiroaki itoh

hiroaki itoh added the comment:

Because there are a couple of ways (places) to fix this, I'll try them, so 
please wait. For testing, I think we can only visit all htmls manually and I'll 
make an effort.

--

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



[issue25730] invisible sidebar content with code snippets

2015-11-25 Thread hiroaki itoh

hiroaki itoh added the comment:

Ah, sorry I'd mistaked.

I don't know if this is Sphinx issue, but CPython repo has Doc/tools/static, 
Doc/tools/templates, so I still think, this can be fixed by customizing these, 
for example overriding style at layout.html.

--

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



[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh

New submission from hiroaki itoh:

* default of ignorechars for a85decode
b' tnrv' should be b' \t\n\r\v'
* explanation of newline for a85encode
"newline('n')" should be "newline('\n')"

--
assignee: docs@python
components: Documentation
messages: 255155
nosy: docs@python, xwhhsprings
priority: normal
severity: normal
status: open
title: problems in library/base64.rst
versions: Python 3.4

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



[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh

Changes by hiroaki itoh <xwhhspri...@gmail.com>:


--
versions: +Python 3.5

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



[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh

Changes by hiroaki itoh <xwhhspri...@gmail.com>:


--
versions: +Python 3.6

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



[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh

hiroaki itoh added the comment:

maybe this is Sphinx bug.
rst has no problem.

--

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



[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh

hiroaki itoh added the comment:

Should be escape by '\\t\\b...' in rst?

--

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



[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh

hiroaki itoh added the comment:

escape*d*

--

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



[issue24626] please sync cgi.parse document

2015-07-12 Thread hiroaki itoh

New submission from hiroaki itoh:

https://docs.python.org/2/library/cgi.html#cgi.parse
  (the file defaults to ``sys.stdin`` and environment
   defaults to ``os.environ``)
https://docs.python.org/3/library/cgi.html#cgi.parse
  (the file defaults to ``sys.stdin``)

maby this fix had applied only to python2 branch, so please update to py3 also.

--
assignee: docs@python
components: Documentation
messages: 246680
nosy: docs@python, xwhhsprings
priority: normal
severity: normal
status: open
title: please sync cgi.parse document
type: behavior
versions: Python 3.4

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



[issue19225] lack of PyExc_BufferError doc

2013-10-11 Thread hiroaki itoh

New submission from hiroaki itoh:

http://docs.python.org/2.7/c-api/exceptions.html#standard-exceptions

Python2.7 (at least 2.7.5) has PyExc_BufferError, but the document does not 
tell it.

--
assignee: docs@python
components: Documentation
messages: 199458
nosy: docs@python, xwhhsprings
priority: normal
severity: normal
status: open
title: lack of PyExc_BufferError doc
type: behavior
versions: Python 2.7

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



[issue19225] lack of PyExc_BufferError doc

2013-10-11 Thread hiroaki itoh

hiroaki itoh added the comment:

also:

* GeneratorExit
* StopIteration
* VMSError (#ifdef __VMS)
* UnboundLocalError
* IndentationError
* TabError
* UnicodeError
* UnicodeDecodeError
* UnicodeEncodeError
* UnicodeTranslateError

* Warning;
* UserWarning;
* DeprecationWarning;
* PendingDeprecationWarning;
* SyntaxWarning;
* RuntimeWarning;
* FutureWarning;
* ImportWarning;
* UnicodeWarning;
* BytesWarning;

Or, erase `For completeness, here are all the variables' statement...?

--

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



[issue19163] PyString_Format with dict

2013-10-04 Thread hiroaki itoh

New submission from hiroaki itoh:

http://docs.python.org/2.7/c-api/string.html#PyString_Format

The documents says `The args argument must be a tuple.',
But if format is like '%(key)s', PyString_Format claims
args must be mapping protocol.
(At least 2.7.3.)

--
assignee: docs@python
components: Documentation
messages: 198942
nosy: docs@python, xwhhsprings
priority: normal
severity: normal
status: open
title: PyString_Format with dict
type: behavior
versions: Python 2.7

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