[issue4027] wrong page index number in reference book of python documentation

2008-10-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Winfried, can you try again with the newest trunk? ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: But there is a "path.exists()" condition around the rmtree, isn't there? ___ Python tracker <[EMAIL PROTECTED]> <ht

[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Great! Thanks for the patience. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4145] tabulary entries in PDF documentation

2008-10-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The only way to get this right for arbitrary tables is to hand-select the column widths with a "tabularcolumns" directive. I'll keep this issue open and optimize these columns step by step. --

[issue4145] tabulary entries in PDF documentation

2008-10-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The advantage of HTML here is that the browser dynamically adjusts the column widths to prevent things like in your screenshot from happening. LaTeX does no such thing. If you tell it that the column width 20%, the column will not be en

[issue4113] functools.partial(), no __name__; wrong __doc__

2008-10-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I do not think the partial object should have the original function's __name__ or __doc__. It is after all not that function, but a callable that calls it. (This is different from e.g. a decorated function -- the decorator

[issue4209] from __future__ import unicode_literals, print_function doesn't work

2008-10-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Looks fine. As a bonus, you can find out why "unicode_literals" doesn't work when used in an exec'd string -- this is why I didn't upload my fix yet. -- nosy: +georg.

[issue4219] Problem with regular expression

2008-10-28 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4219> ___ ___

[issue4221] inconsistent exception from int is confusing

2008-10-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Since it is not defined which bytes are used as digits for bases > 36, \x00 is not a "valid byte". In any case, the problem here is that the base check is done after the "no NULL" check. Perhaps the error should ex

[issue4243] has_key doc could be clearer

2008-10-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: If I understand English correctly, I don't see an ambiguity. Probably the poster(s) on c.l.p didn't look properly and read something like "equivalent to key in d, but the latter is deprecated". The d/dict inc

[issue4243] has_key doc could be clearer

2008-11-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Forgive me for playing stupid here, but I want to understand English better. I would fully understand the confusion had the sentence been "dict.has_key(key) is equivalent to key in d, but it is deprecated." Terry'

[issue4248] "class in None" in html help keyword

2008-11-02 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed as changeset 693fa9bb3b39. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4189] Tilde compression isn't applied in TOC

2008-11-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Moved to http://www.bitbucket.org/birkenfeld/sphinx/issue/31. -- resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4203] adapt sphinx-quickstart for windows

2008-11-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Moved to http://www.bitbucket.org/birkenfeld/sphinx/issue/32. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2608] manpages for sphinx-build & sphinx-quickstart

2008-11-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Moved to http://www.bitbucket.org/birkenfeld/sphinx/issue/33. -- resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4203] adapt sphinx-quickstart for windows

2008-11-04 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4167] Inline Markup :const: shows up in Documentation

2008-11-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r67101. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4166] extra "\fi" in sphinx.sty, line 62

2008-11-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is already tracked in http://www.bitbucket.org/birkenfeld/sphinx/issue/26/sphinxsty-incompatible-with-texlive-sphinx. -- resolution: -> duplicate status: open -> closed ___ Py

[issue3203] sphinx - table of contents doesn't render correctly (html)

2008-11-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Now tracked in http://www.bitbucket.org/birkenfeld/sphinx/issue/6/fix-html-generation-for-tocs. -- resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PR

[issue4266] Python 3.0 docs are broken.

2008-11-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The issue is not as "easy" as it seems (or at least that's what I believe). Barry, if you install the xetex package, the build should run fine. ___ Python tracker <[EMAIL PROTECTED]&

[issue4266] Python 3.0 docs are broken.

2008-11-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: > In other words, the various *Tex packages cannot agree on a common syntax? No, syntax has nothing to do with it. It was a mistake of some sort on my part. It depends on whether the "ifxetex" latex package is present, b

[issue4266] Python 3.0 docs are broken.

2008-11-06 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4268] functions in email package listed under wrong module

2008-11-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r67117. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4267] sqlite3 documentation

2008-11-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied in r67118. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4245] threading documentation: reorder sections

2008-11-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I agree -- fixed in r67119. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4269] Spaces not showing correctly in "split()" documentation on http://www.python.org/doc/2.5.2/lib/string-methods.html

2008-11-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is fixed in the new docs, see <http://docs.python.org/library/stdtypes#str.split>. -- resolution: -> out of date status: open -> closed ___ Python tracker <[EM

[issue4247] Docs: Provide some examples of "pass" use in the tutorial.

2008-11-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed in r67123. Thanks! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4266] Python 3.0 docs are broken.

2008-11-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Actually, that the build doesn't work is almost OK, because that seealso directive was invalid markup syntax (until very recently) :) Anyway, should be fixed now after a "make update". -- resolution: -> fixe

[issue4251] library.pdf documentation: "See also: Module " does not link to xxx inside the PDF File

2008-11-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed in Sphinx rev 735:a4019921bdf4. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4283] "python3.0 setup.py install --user" raises AttributeError

2008-11-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r67160. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4251] library.pdf documentation: "See also: Module " does not link to xxx inside the PDF File

2008-11-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It doesn't directly translate. I'm going to switch the Python docs' build setup to checkout from Hg soon. ___ Python tracker <[EMAIL PROTECTED]> <ht

[issue4189] Tilde compression isn't applied in TOC

2008-11-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: FYI: This is now fixed in tip. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4189> ___ _

[issue4321] unintended syntax error with decorators, parenthesis, and dots?

2008-11-14 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing; changing this will at least need a python-dev discussion, and thorough motivation. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tra

[issue4326] type of UserList instance returns class instead of instance

2008-11-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: What good is a comparison with InstanceType for? If you want to check whether it's an instance of a custom class, you'll have to check for instances of new-style classes anyway. If you want to check for UserList instances

[issue4312] Unicode in distutils meta-data?

2008-11-15 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> loewis nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue4324] locale documentation is inconsistent

2008-11-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r67224. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4316] Improper use of [] in configure.in leads to useless regexp in configure

2008-11-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied in r67227. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4326] type of UserList instance returns class instead of instance

2008-11-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I repeat, what is this "easy" condition good for? ___ Python tracker <[EMAIL PROTECTED]> <http://

[issue1694663] Overloading int.__pow__ does not work

2008-11-18 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> zseil ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4387] binascii b2a functions accept strings (unicode) as data

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I vote yes. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4378] howto doc update

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67328. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4361] Docstring for "Lib/string.py" is outdated

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67329. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4364] error in multiprocessing docs - rawvalue

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67330. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2306] Update What's new in 3.0

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added __cmp__ issue in r67331. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4206] multiprocessing docs

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r67334. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4012] Minor errors in multiprocessing docs

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed applyAsync and missing ] in r67335. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4193] Multiprocessing example

2008-11-22 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> jnoller nosy: +jnoller ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue4153] Unicode HOWTO up to date?

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks for noting this! The most basic changes had been done, but I had to revise some sections for changes. Done in r67338. -- resolution: -> fixed status: open -> closed ___ Py

[issue4252] some missing links in html help index pane

2008-11-22 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, I applied your latest patch as changeset 970452b02e2e. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4392] incorrect parameter name for collections.namedtuple

2008-11-23 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67355. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4399] "shard" appears where "shared" intended

2008-11-23 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67359, thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4409] Dangling asterisks in Python 3.0 subprocess docs

2008-11-24 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> georg.brandl components: +Documentation nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue4405] fix_metaclass broken

2008-11-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Are you sure you run the latest 2to3? I ran it over docutils last night, and while the version distributed with 2.6 failed with the same exception, the current 2to3 from the sandbox worked. -- nosy: +georg.

[issue4404] os.listdir() documentation error

2008-11-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed in r67368. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4435] Sphinx does not show failed doctests in quiet mode

2008-11-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Please submit Sphinx bugs in its own tracker: http://bitbucket.org/birkenfeld/sphinx/issues -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PR

[issue4436] Sphinx latex writer crashes when encountering deep section levels

2008-11-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Please submit Sphinx bugs in its own tracker: http://bitbucket.org/birkenfeld/sphinx/issues (Yes, I know there was still a Sphinx component -- I've removed that now.) -- resolution: -> invalid status:

[issue4446] Distutils Metadata Documentation Missing "platforms" Keyword

2008-11-27 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> loewis nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue4447] exec inside a function

2008-11-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It is "valid" Python 3 and the lack of an effect on the local is correct. >From Python 3 on, "exec" is a function and therefore lacks the special magic properties it had in Python 2 that made it possible execut

[issue4488] Python Documentation not Newb Friendly

2008-12-02 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Like Amaury said, I think this is fixed. -- resolution: -> fixed status: open -> pending ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4526] Clarify documentation for binary literals

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67526. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4527] Obsolete 'string or unicode' in fractions doc

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67525. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4521] "What's New in Python 3.0" mentions "getcwdu" instead of "getcwdb"

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied as r67527. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4520] Online 3.0 documentation says it's for 3.1a0

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Yes, this was a temporary workaround for another issue. 3.0 and 3.1 docs are now properly separated and linked to. -- resolution: -> fixed status: open -> closed ___ Python tra

[issue4518] broken link to python 3 doc on main doc page

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed now, thanks. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4516] Another formatting error in "What's New in Python 3.0"

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This appears to be fixed in SVN. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4515] Formatting error in "What's New in Python 3.0"

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This appears to be fixed in SVN. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4513] Finish updating zip docstring

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67529. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4355] Error in docs of urllib.request and urllib.parse

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed in r67551. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4401] os.extsep status? doc or os bug?

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Re-added os.extsep to the os module in r67552. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4408] re.compile(regexp).groups not documented

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67553. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4409] Dangling asterisks in Python 3.0 subprocess docs

2008-12-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed in r67554. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4427] Docs for 'y' Py_BuildValue tag are wrong

2008-12-04 Thread Georg Brandl
New submission from Georg Brandl <[EMAIL PROTECTED]>: Applied in r67555. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4441] Improve os open flag options doc

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67556. If a Windows guy can give me more specific directions where to find the equivalent options, I'll put it in. -- resolution: -> fixed status: open -> closed _

[issue4442] document immutable type subclassing via __new__

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It's not documented for any immutable type. This should be fixed. -- title: datetime not subclassable in the usual way -> document immutable type subclassing via __new__ ___ Python t

[issue4468] Restore chapter enumeration in Python docs

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is tracked in Sphinx' tracker at http://www.bitbucket.org/birkenfeld/sphinx/issue/10/html-section-numbering. -- resolution: -> duplicate status: open -> closed ___ Pytho

[issue4458] getopt.gnu_getopt() loses dash argument

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67572. I won't backport this. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http:/

[issue4441] Improve os open flag options doc

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added link in r67574. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4441> ___ __

[issue1675334] Draft implementation for PEP 364

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Ping! ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1675334> ___ ___ Python-bugs

[issue1777458] glob doesn't return unicode with unicode parameter

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I see the same as Antoine, this is fixed in 2.6. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1762972] 'exec' does not accept what 'open' returns

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: All open items in this issue seem to be addressed -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1143] Update to latest ElementTree in Python 2.7

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I guess this is now an item for Python 2.7. -- nosy: +georg.brandl title: Update to latest ElementTree in Python 2.6 -> Update to latest ElementTree in Python 2.7 versions: +Python 2.7 -P

[issue1643369] pdb find_function does not find Class methods.

2008-12-05 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue1215] Python hang when catching a segfault

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The docs already say "Because the C signal handler always returns, it makes little sense to catch synchronous errors like :const:`SIGFPE` or :const:`SIGSEGV`." Should this still be reworded or promoted to a warning?

[issue1223] httplib does not handle ssl end of file properly

2008-12-05 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1223> ___ ___

[issue1366] popen spawned process may not write to stdout under windows

2008-12-05 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1366> ___ ___

[issue2311] Update the ACKS file

2008-12-05 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2393] Backport buffer interface in Python 3.0 to Python 2.6

2008-12-05 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2447] Python 2.6 refleak test issues

2008-12-05 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed superseder: -> regrtest.py -R not working ___ Python tracker <[EMAIL PROTECTED]> <http://b

[issue3256] Multiprocessing docs are not 3.0-ready

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The docstrings are now fixed too. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4544] textwrap: __all__ atribute missing 'dedent' function

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67575, will be ported to all branches. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4536] SystemError if invalid arguments passed to range() and step=-1

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Why is the overflow handling changed at all? -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4529] parser module failure on valid try/except/finally blocks

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67576, will be ported to all branches. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4546] Small thingy in "What's New in Python 3.0"

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is already fixed in SVN and will be upated with the next rebuild of the docs. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <h

[issue4517] improve __getattribute__ documentation

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Isn't what you refer to covered by this paragraph and the following example: "In addition to bypassing any instance attributes in the interest of correctness, implicit special method lookup may also bypass the __getattribute__(

[issue4505] ob_size not removed from docs

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r67578. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4504] Doc/includes out of date

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r67578. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4517] improve __getattribute__ documentation

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I've changed "may bypass" to "generally bypasses". It doesn't happen for all methods, but that's an implementation detail. I've also added a glossary entry "special method" in r67579.

[issue4511] Decorators should have an index entry

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: In the 2.6 and 3.0 docs, decorators do have an index entry, see http://docs.python.org/genindex-D.html. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PR

[issue4478] shutil.copyfile documentation

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r67580. If we want to start using things like :raises:, it will have to be in some coordinated fashion so that it doesn't occur in isolated places. -- resolution: -> fixed status:

[issue4548] OptionParser : Weird comportement in args processing

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is not a bug. By default, options in optparse take an argument -- therefore, the -y is taken as the argument to the -p option. Use e.g. add_option(..., action='store_true') to specify an option that doesn&#x

<    21   22   23   24   25   26   27   28   29   30   >