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 trac
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 l
New submission from hiroaki itoh:
I think this is maybe known problem, but checking duplication of this issue is
very hard because searching it with keyword 'sidebar' hit too many.
Please see details in
https://bitbucket.org/hhsprings/nothing.but.only.for.some.kind.of.co
hiroaki itoh added the comment:
escape*d*
--
___
Python tracker
<http://bugs.python.org/issue25706>
___
___
Python-bugs-list mailing list
Unsubscribe:
hiroaki itoh added the comment:
Should be escape by '\\t\\b...' in rst?
--
___
Python tracker
<http://bugs.python.org/issue25706>
___
___
Python-bugs-l
hiroaki itoh added the comment:
maybe this is Sphinx bug.
rst has no problem.
--
___
Python tracker
<http://bugs.python.org/issue25706>
___
___
Python-bugs-list m
Changes by hiroaki itoh :
--
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue25706>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by hiroaki itoh :
--
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue25706>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
hiroaki itoh added the comment:
also:
* GeneratorExit
* StopIteration
* VMSError (#ifdef __VMS)
* UnboundLocalError
* IndentationError
* TabError
* UnicodeError
* UnicodeDecodeError
* UnicodeEncodeError
* UnicodeTranslateError
* Warning;
* UserWarning;
* DeprecationWarning
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
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.)
--
assign
13 matches
Mail list logo