[issue3171] operator.*slice() should be deprecated in 2.6

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

[issue4511] Decorators should have an index entry

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, I've added a back-link in r67591. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4511> ___ ___

[issue4550] Deprecated python 2.x syntax in "HOWTO Use Python in the web"

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

[issue4549] A defect in - (Python3.0)

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks for reporting, there was already a comment in the source about this :) Fixed in r67594. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PR

[issue4457] __import__ documentation obsolete

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Attached is a proposed rewrite of the __import__ documentation. -- keywords: +patch Added file: http://bugs.python.org/file12243/import-docs.diff ___ Python tracker <[EMAIL PROTECTE

[issue4510] ValueError for list.remove() not very helpful

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Suggested patch attached, handles remove() and index(). -- keywords: +patch nosy: +georg.brandl stage: needs patch -> patch review Added file: http://bugs.python.org/file12244/list-

[issue4244] ihooks incompatible with absolute_import feature

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: ihooks is undocumented and deprecated, so I doubt anything will be done about that. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <[

[issue4551] The python 2.6.1 source distribution is missing Doc/tools/sphinxext

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This was caused by a bug in the release script. Fixed in r67599. Thanks for the report! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[

[issue1569356] sys.settrace cause curried parms to show up as attributes

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Assigning to the 2.4/2.5 RM. -- assignee: jhylton -> loewis nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4558] with_stdc89

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Patch looks good. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4557] array('c') in python 3.0 produces error, doc says it is ok

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

[issue4556] cmp() function erroneously noted as gone in "What's New"

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This can be seen as a reminder for #1717. I've "fixed" the whatsnew in r67606. -- assignee: georg.brandl -> gvanrossum nosy: +gvanrossum resolution: -> fixed status: open -> closed superseder: -&

[issue1717] Get rid of more refercenes to __cmp__

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: cmp() the function is also still there. -- priority: high -> critical resolution: fixed -> ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4560] "Flouted", not "flaunted"

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It's already "disobeyed" in SVN. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue4488] Python Documentation not Newb Friendly

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: You are quite right. I've given PIPE and STDOUT their own entries now in r67608. -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bu

[issue4562] zip() documentation was not updated

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

[issue4561] Optimize new io library

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: David, the reading bug fix/optimization is not (yet?) on release30-maint, only on branches/py3k. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1717] Get rid of more refercenes to __cmp__

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I hope the smiley really indicates a joke... ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1717] Get rid of more refercenes to __cmp__

2008-12-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'd release 3.0.1 quickly, maybe also with the in-development improvements to the io library that alleviate the factor-1000 slowdowns. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue4571] write to stdout in binary mode - is it possible?

2008-12-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Is that an official way? If yes, it needs to be documented. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4576] "Defining new types" little outdated

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

[issue4584] doctest fails to display bytes type

2008-12-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: You've included a chr(255) character in your docstring. You need to escape the backslash in order to include the bytes representation like it will be generated. -- nosy: +georg.brandl resolution: -> invalid status:

[issue4578] compiler: -3 warnings

2008-12-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Since the compiler package is removed in Python 3, I think it's okay for it to raise py3k warnings -- in fact, it should raise a quite prominent one when first imported that it's going to be removed. -- nosy: +georg.b

[issue4457] __import__ documentation obsolete

2008-12-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Changed patch to document sys.modules trick and applied in r67654. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue4586] "Extending Embedded Python" documention uses removed Py_InitModule function

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

[issue4552] Doc/tools/sphinxext not included in the 2.6.1 tarball

2008-12-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Well, those which "make checkout" checks out :) I set this up so that nobody needs to care about any additional packages or dependencies, as long as svn is installed and working. -- nos

[issue4586] "Extending Embedded Python" documention uses removed Py_InitModule function

2008-12-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Brett: > You are probably looking at http://docs.python.org/3.0/ still and that > only updates when a new release happens. That is not true, I want it to update continually, like the 2.6 ones, and have already contacted Neal abou

[issue4592] Embedding example does not add created module

2008-12-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Applied in r67682. Please don't add things directly to cporting.rst, rather amend the PortingExtensionModulesToPy3k wiki page. -- resolution: -> fixed status: open -> closed _

[issue4667] Patch with a couple of 2.0isms in tutorial

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r67782. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4668] examples in the functional howto are not consistent with 3.X behavior

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r67783. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4446] Distutils Metadata Documentation Missing "platforms" Keyword

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: Done in r67784. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue4446> ___ __

[issue4611] Small error in "Extending Python with C or C++"

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r67785. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4603] 3.0 document tab interpretation change

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r67786. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4595] new types example is out of date

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: Already fixed in SVN. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4578] compiler: -3 warnings

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: OK, since it doesn't do any damage I've applied your patch in r67787. -- resolution: wont fix -> fixed status: pending -> closed ___ Python tracker <http://bugs.p

[issue4568] Improved optparse "varargs" callback example

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: I've reformatted and rewritten your patch a bit and applied it as r67788. Thanks! -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python

[issue4568] Improved optparse "varargs" callback example

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: Yes, it will be merged to py3k automatically; we normally merge smaller changes in batches. ___ Python tracker <http://bugs.python.org/issue4

[issue4712] Document pickle behavior for subclasses of dicts/lists

2008-12-21 Thread Georg Brandl
New submission from Georg Brandl : When unpickling dict subclasses, the dict is filled via setitem before __setstate__ is called. This, and other behavior around subclasses of classes that have special pickle behavior should be documented. -- assignee: georg.brandl components

[issue4719] sys.exc_clear() not flagged in any way

2008-12-22 Thread Georg Brandl
Georg Brandl added the comment: exc_clear() is not in the 3.0 docs, and the whatsnew contains a note. Maybe a 2to3 issue? -- assignee: georg.brandl -> benjamin.peterson components: +2to3 (2.x to 3.0 conversion tool) -Documentation nosy: +benjamin.peter

[issue4741] winsound.SND_PURGE has no effect

2008-12-26 Thread Georg Brandl
Georg Brandl added the comment: In any case, this is not an issue in Python as PlaySound is only a thin wrapper around the OS' function. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tra

[issue4748] yield expression vs lambda

2008-12-26 Thread Georg Brandl
New submission from Georg Brandl : With lambda, the ban on "return x" in generators can be evaded: >>> x = lambda: ((yield 1), (yield 2)) >>> list(x()) [1, 2, (None, None)] >>> dis.dis(x) 1 0 LOAD_CONST 0 (1) 3 Y

[issue4745] socket.send obscure error message

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Benjamin, please continue mentioning issue numbers in commit messages, even if it's a trivial fix like this one. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/i

[issue4748] yield expression vs lambda

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: I didn't find it, but someone from the German Python webforum. :) Hmm, I wonder why lambda: (yield 1) alone doesn't give [1, None]. (That should also go into the test case.) Anyway, perhaps yield in lambdas should be

[issue4752] Error in SocketServer UDP documentation

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r67952. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4748] yield expression vs lambda

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: >> Hmm, I wonder why lambda: (yield 1) alone doesn't give [1, None]. (That >> should also go into the test case.) > > Actually, I don't think the return value should even make it's way to > the list. Generator lambdas shouldn&

[issue4739] [patch] Let users do help('@') and so on for confusing syntax constructs.

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch! Applied with minor edits to the trunk as r67953. I will backport to the 2.6 branch as well. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.p

[issue4758] Python 3.0 internet documentation needs work

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: I'd be happy with comments on this bug. I can't promise that I'll have the time to review everything, but the more specific the remarks are, the easier it's for me to update the docs. Thanks for your efforts! __

[issue4754] winsound documentation (about stoping sounds)

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r67957. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4682] 'b' formatter is actually unsigned char

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed the docs in r67958. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4695] Bad AF_PIPE address in multiprocessing documentation

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r67960. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4697] Clarification needed for subprocess convenience functions in Python 3.0 documentation

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r67962. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4671] pydoc executes the code to be documented

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Documented in r67963. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4669] bytes,join and bytearray.join not in manual; help for bytes.join is wrong.

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Closing as "works for me". -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.p

[issue4759] bytearray.translate() should support None first argument

2008-12-27 Thread Georg Brandl
New submission from Georg Brandl : bytes.translate() does. Patch attached. -- assignee: pitrou components: Interpreter Core files: bytearray-translate.diff keywords: patch messages: 78390 nosy: georg.brandl, pitrou priority: normal severity: normal stage: patch review status: open title

[issue4759] bytearray.translate() should support None first argument

2008-12-28 Thread Georg Brandl
Georg Brandl added the comment: You're right (but the segfault isn't introduced by the patch). Fixed segfault in 3.0 and 2.6 in r67975 and r67977. Applied path in 3k and trunk in r67974 and r67976. -- assignee: pitrou -> georg.brandl resolution: -> accepted status

[issue4731] suggest change to "Failed to find the necessary bits to build these modules" message

2008-12-28 Thread Georg Brandl
Georg Brandl added the comment: Done in r67978. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3671] What's New in 2.6 - corrections

2008-12-29 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue3671> ___ ___ Python-bugs-list

[issue3644] ``make htmlview`` for docs fails on OS X

2008-12-29 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue3644> ___ ___ Python-bugs-

[issue4746] Misguiding wording 3.0 c-api reference

2008-12-29 Thread Georg Brandl
Georg Brandl added the comment: I don't see a reason to keep this open any longer. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python

[issue4766] email documentation needs to be precise about strings/bytes

2008-12-29 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> barry nosy: +barry ___ Python tracker <http://bugs.python.org/issue4766> ___ ___ Python-bugs-list mai

[issue4778] Small typo in multiprocessing documentation

2008-12-30 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68061. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4779] Can't import Tkinter

2008-12-30 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue4779> ___ ___ Python-bugs-

[issue4100] xml.etree.ElementTree does not read xml-text over page bonderies

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r68116. -- assignee: effbot -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.o

[issue4136] merge json library with simplejson 2.0.4

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Bumping priority a bit. -- nosy: +georg.brandl priority: -> critical ___ Python tracker <http://bugs.python.org/iss

[issue4156] Docs for BaseHandler.protocol_xxx methods are unclear

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r68117. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue4156> ___ __

[issue4185] re module treats raw strings as normal strings

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Added a bit to the re.sub(n) docstrings in r68118. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4222] dis.findlinestarts is missing from dis.__all__ and from the online documentation

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Documented dis.findlinestarts() and put it into dis.__all__ in r68119. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4228] struct.pack('L', -1)

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Committed to trunk in r68120. -- nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue4742] 3.0 distutils byte-compiling -> Syntax error: unknown encoding: cp1252

2009-01-01 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue4742> ___ ___ Python-bugs-list mailing list Unsubscri

[issue4772] undesired switch fall-through in socketmodule.c

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: TypeError or ValueError? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue4772> ___ ___ Python-bugs-list m

[issue4798] Update deprecation of 'new' module in PEP 4.

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Applied the doc patch in r68121. Updated PEP 4 to point to PEP 3108 (which contains a list of all modules removed in 3k and deprecated in 2.6, not just "new") in r68122. -- resolution: -> fixed status: o

[issue4784] Mismatch in documentation for module "webbrowser"

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r68123. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue4784> ___ __

[issue4782] json documentation missing load(), loads()

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r68124. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue4782> ___ __

[issue4776] distutils documentation

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, documented in r68125. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4767] email.mime incorrectly documented (or implemented)

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68127. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4789] Documentation changes break existing URIs

2009-01-01 Thread Georg Brandl
Georg Brandl added the comment: I've added the redirects. I hope that mailman updates its links in the next release though :) -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python

[issue4809] 2.5.4 release missing from python.org/downloads

2009-01-02 Thread Georg Brandl
Georg Brandl added the comment: Normally this bug tracker isn't meant for website problems (mail to pydot...@python.org instead), but since this is minor, I've fixed it right now. Thanks! -- resolution: -> fixed status: open -> closed __

[issue1717] Get rid of more refercenes to __cmp__

2009-01-02 Thread Georg Brandl
Georg Brandl added the comment: Doc/extending/newtypes.rst I'll fix this one after the patch has landed. Misc/cheatsheet This needs a general overhaul. Misc/python-mode.el I think this should be removed from the distribution; it's maintained externally. Parser/spark.py

[issue4808] doc issue for threading module (name/daemon properties)

2009-01-02 Thread Georg Brandl
Georg Brandl added the comment: I don't understand -- both name and daemon are already documented on their own. ___ Python tracker <http://bugs.python.org/i

[issue4808] doc issue for threading module (name/daemon properties)

2009-01-02 Thread Georg Brandl
Georg Brandl added the comment: Hmm, I do see docs for name and daemon, directly below the respective getter/setter entries. For more clarity, I can only offer moving the getter/setter entries below the property entries. ___ Python tracker <h

[issue4808] doc issue for threading module (name/daemon properties)

2009-01-02 Thread Georg Brandl
Georg Brandl added the comment: OK, moved the old methods below the new properties in r68170. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4614] Document PyModule_Create()

2009-01-02 Thread Georg Brandl
Georg Brandl added the comment: Attaching a doc patch -- Martin, could you please confirm that I didn't write nonsense? -- assignee: -> loewis keywords: +patch Added file: http://bugs.python.org/file12544/new-module-apis.diff ___ Python

[issue4811] invalid reST markup in several documents

2009-01-02 Thread Georg Brandl
Georg Brandl added the comment: Many thanks! Applied in r68171. Did you find those yourself, or with some sort of tool? -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4811] invalid reST markup in several documents

2009-01-03 Thread Georg Brandl
Georg Brandl added the comment: Done. ___ Python tracker <http://bugs.python.org/issue4811> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue4822] Fix indentation in memoryobject.c

2009-01-03 Thread Georg Brandl
Georg Brandl added the comment: I think this is the kind of reindention that Guido approved of on python-dev, along with unicodeobject.c. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue4

[issue4822] Fix indentation in memoryobject.c

2009-01-03 Thread Georg Brandl
Georg Brandl added the comment: Do you expect a review? ;) ___ Python tracker <http://bugs.python.org/issue4822> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1702551] distutils sdist does not exclude SVN/CVS files on Windows

2009-01-03 Thread Georg Brandl
Georg Brandl added the comment: Tarek, I don't know if you are already subscribed to the python-checkins mailing list -- I've reviewed the commit and posted a reply with a minor problem there. -- nosy: +georg.brandl ___ Python trac

[issue4825] TypeError with complex.real() and complex.imag()

2009-01-04 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue4825> ___ ___ Python-bugs-list

[issue4831] exec() behavior - revisited

2009-01-04 Thread Georg Brandl
Georg Brandl added the comment: > Please forgive me, but I'm really trying to wrap my brain around the > behavior of exec() in Python 3. Here's a quote from the documentation: >"In all cases, if the optional parts are omitted, the code is > executed in the

[issue4831] exec() behavior - revisited

2009-01-04 Thread Georg Brandl
Georg Brandl added the comment: Yes, the dictionary will always contain "a" afterwards. However, a cleaner way would be to use locals().copy(), or, if you don't need current locals in the exec'd string, just a fresh dict. In scopes not using the optimized locals, the

[issue4811] invalid reST markup in several documents

2009-01-04 Thread Georg Brandl
Georg Brandl added the comment: Thanks very much! I've added this to the Python doc tools in r68290. ___ Python tracker <http://bugs.python.org/issue4811> ___ ___

[issue4614] Document PyModule_Create()

2009-01-04 Thread Georg Brandl
Georg Brandl added the comment: OK, fixed up and committed as r68327. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4855] Popen(..., shell=True, ...) should allow simple access to the command's PID

2009-01-06 Thread Georg Brandl
Georg Brandl added the comment: As Alexander says: a shell command can spawn any number of subprocesses, or none at all (if e.g. only shell builtins are called). -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___

[issue4220] Builtins treated as free variables?

2009-01-11 Thread Georg Brandl
Georg Brandl added the comment: There is no way for the interpreter to distinguish between builtins and "other" types of free variables. If you need unqualified exec to work in an innner function, use function parameters with defaults, like this: def a(): def b(long=long):

[issue1696199] Add collections.counts()

2009-01-12 Thread Georg Brandl
Georg Brandl added the comment: Yes, I'll have a look this evening. ___ Python tracker <http://bugs.python.org/issue1696199> ___ ___ Python-bugs-list mailing list

[issue1696199] Add collections.counts()

2009-01-12 Thread Georg Brandl
Georg Brandl added the comment: Attaching new patch with small changes: * Don't describe a class with "Returns ..." as if it was a function. * Indent interposed paragraphs so that the method descriptions still belong to the .. class directive. * Fixed Ned's typo. * Note

[issue4922] set.add and set.discard are not conformant to collections.MutableSet interface

2009-01-13 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue4922> ___ ___ Python-bugs-list mai

[issue4907] ast.literal_eval does not properly handled complex numbers

2009-01-13 Thread Georg Brandl
Georg Brandl added the comment: Nit: the "except" should only catch ValueError. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.

[issue4984] Inconsistent count of sequence types in Library stdtypes document

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68716. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4983] Spurious reference to "byte sequences" in Library stdtypes sequence documentation

2009-01-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r68717. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

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