[issue18667] missing HAVE_FCHOWNAT

2013-08-10 Thread Georg Brandl
Georg Brandl added the comment: Well, since you're a RM now you should know :D -- ___ Python tracker <http://bugs.python.org/issue18667> ___ ___ Python-bugs-l

[issue14671] isinstance(obj, object) returns True for _old style_ class instances

2012-04-25 Thread Georg Brandl
Georg Brandl added the comment: This is a result of how old-style classes are implemented. If you look at type(Old()), you can see that it isn't Old, but "instance". (And "instance" is a subclass of object again.) "issubclass" for old-style classes do

[issue14579] CVE-2012-2135: Vulnerability in the utf-16 decoder after error handling

2012-04-26 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue14579> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14387] Include\accu.h incompatible with Windows.h

2012-04-28 Thread Georg Brandl
Georg Brandl added the comment: I think so, yes. -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue14387> ___ ___ Python-bugs-lis

[issue14656] Add a macro for unreachable code

2012-05-02 Thread Georg Brandl
Georg Brandl added the comment: > If there's a bug, either an exception should be raised, or a fatal error. > We should discourage warnings on stderr (the PHP approach). Agreed. That said, I'm with Martin in that don't see how the patch in this issue helps. -

[issue14705] Add 'bool' format character to PyArg_ParseTuple*

2012-05-05 Thread Georg Brandl
Georg Brandl added the comment: Indeed, "because the code is written" is not a good argument if even you yourself are -0. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue13183] pdb skips frames after hitting a breakpoint and running step

2012-05-06 Thread Georg Brandl
Georg Brandl added the comment: Should be fixed now. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue13183> ___ ___ Python-bugs-lis

[issue14739] Add PyArg_Parse format unit like O& but providing context

2012-05-07 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl, loewis ___ Python tracker <http://bugs.python.org/issue14739> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14749] Add 'Z' to skipitem() in Python/getargs.c

2012-05-08 Thread Georg Brandl
Georg Brandl added the comment: Sound good. -- ___ Python tracker <http://bugs.python.org/issue14749> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14754] Emacs configuration to enforce PEP7

2012-05-08 Thread Georg Brandl
Georg Brandl added the comment: As much as I like Emacs, I don't think it is special enough to warrant a special file in the root directory. Editor-specific directories in Misc/ are fine, and you can put instructions there how to add your own .dir-locals.el, and we can even add th

[issue14760] logging: make setLevel() return handler itself for chained configuration

2012-05-09 Thread Georg Brandl
Georg Brandl added the comment: -1. Attribute setters or mutating methods returning self is not a common pattern in Python. See list.sort(). -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue14

[issue14760] logging: make setLevel() return handler itself for chained configuration

2012-05-09 Thread Georg Brandl
Georg Brandl added the comment: Well, can you find any other setter method of a "high level object" in the stdlib that returns self? -- ___ Python tracker <http://bugs.python.o

[issue14770] Minor documentation fixes

2012-05-10 Thread Georg Brandl
Georg Brandl added the comment: Re 5: the sentence needs to be rephrased in any case, because it's ungrammatical Re 8: it's not text, it's code, so it needs to go in code markup -- nosy: +georg.brandl ___ Python tracker <http

[issue14133] improved PEP 409 implementation

2012-05-15 Thread Georg Brandl
Georg Brandl added the comment: I hope you're not disappointed when that PEP doesn't show up in the release notes :) -- ___ Python tracker <http://bugs.python.o

[issue14952] Cannot run regrtest with amd64/debug on windows

2012-05-30 Thread Georg Brandl
Georg Brandl added the comment: This should block beta1. -- nosy: +georg.brandl priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue3955] maybe doctest doesn't understand unicode_literals?

2012-06-13 Thread Georg Brandl
Georg Brandl added the comment: Yeah, I don't really remember now what my point was. -- status: pending -> closed ___ Python tracker <http://bugs.python.or

[issue15062] argparse: option for a positional argument

2012-06-16 Thread Georg Brandl
Georg Brandl added the comment: What alternate syntax would you suggest for a "find" type command then (other than replacing "-long" by "--long")? -- nosy: +georg.brandl ___ Python tracker <

[issue14837] Better SSL errors

2012-06-18 Thread Georg Brandl
Georg Brandl added the comment: I'd like to see this in 3.3. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue14837> ___ ___ Pytho

[issue1757118] utilize 2.5 try/except/finally in contextlib

2012-06-18 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file25625/1.html ___ Python tracker <http://bugs.python.org/issue1757118> ___ ___ Python-bugs-list mailin

[issue13463] Fix parsing of package_data

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: This has "Python 3.3" set as Version. Does it really block the 3.3 release? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Is this issue still valid? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue14225> ___ ___ Python-bug

[issue15061] hmac.secure_compare() leaks information about length of strings

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: So it's not a blocker anymore, right? -- nosy: +georg.brandl priority: release blocker -> normal ___ Python tracker <http://bugs.python.org

[issue5302] Allow package_data specs/globs to match directories

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Does this block 3.3b1? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue5302> ___ ___ Python-bugs-list m

[issue14340] Update embedded copy of expat - fix security & crash issues

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Greg, are you still going to update expat in time for 3.3? Otherwise this doesn't block 3.3 anymore. -- ___ Python tracker <http://bugs.python.org/is

[issue14578] importlib doesn't check Windows registry for paths

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Brett (and/or Brian?), this sounds like it should be tackled soon, to give Windows users enough time of testing 3.3. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue14

[issue14790] use packaging in setup.py

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: I'm not willing to hold up 3.3 for this. On the other hand, it should not be done in the beta stage. And I don't assume it's a trivial matter (Éric?), so I'm inclined to move it to 3.4. --

[issue12779] Update packaging documentation

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Ping. Does this block 3.3? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue12779> ___ ___ Python-bug

[issue13959] Re-implement parts of imp in pure Python

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Which parts are still missing here? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13959> ___ ___ Pytho

[issue14928] Fix importlib bootstrapping issues

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Is this ready to go in before beta1? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue14928> ___ ___ Pytho

[issue15096] Drop support for the "ur" string prefix

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: If you commit this, please do so before beta1. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue15

[issue12046] Windows build identification incomplete

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: I guess this is not an issue anymore. -- resolution: -> out of date status: open -> pending ___ Python tracker <http://bugs.python.org/i

[issue13590] extension module builds fail with python.org OS X installers on OS X 10.7 and 10.6 with Xcode 4.2

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Ping? -- ___ Python tracker <http://bugs.python.org/issue13590> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14940] Usage documentation for pysetup

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Ping. This isn't necessary for beta1, but would be nice to have once the final release draws near. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue15110] strange Tracebacks with importlib

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: I agree that this is not helpful at all in the usual case, i.e. when you *don't* want to debug importlib. The one frame in actual user code (distutils in this case) in the middle is kind of hard to spot, but it is what you want to know. Note that Ama

[issue15110] strange Tracebacks with importlib

2012-06-19 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +gvanrossum ___ Python tracker <http://bugs.python.org/issue15110> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14225] _cursesmodule compile error in OS X 32-bit-only installer build

2012-06-20 Thread Georg Brandl
Georg Brandl added the comment: And will you fix it for beta1, or do you think it can be done later? BTW, what is the syntax error here? I don't really see it... -- ___ Python tracker <http://bugs.python.org/is

[issue15126] Theading isAlive() missing version note

2012-06-21 Thread Georg Brandl
Georg Brandl added the comment: Since the news aliases are all over the module, the version change notice is at the top of the page: """ Note Starting with Python 2.6, this module provides PEP 8 compliant aliases and properties to replace the camelCase names that were ins

[issue15149] Release Schedule needs updating

2012-06-22 Thread Georg Brandl
Georg Brandl added the comment: Updated. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue15149> ___ ___ Pyth

[issue14340] Update embedded copy of expat - fix security & crash issues

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Deferring for beta1 at least. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issu

[issue14578] importlib doesn't check Windows registry for paths

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: OTOH, I don't want it to block beta1. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org

[issue13959] Re-implement parts of imp in pure Python

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: OK, sounds like none of it would block beta1. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issu

[issue15114] Deprecate strict mode of HTMLParser

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Why not deprecate .error()? Removing it immediately as undocumented is certainly not better. Otherwise sounds good, please commit. -- ___ Python tracker <http://bugs.python.org/issue15

[issue15143] Windows compile errors

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Seems to be fixed; at least compilation now works. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15147] Remove packaging from the stdlib

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Very good, thanks. -- ___ Python tracker <http://bugs.python.org/issue15147> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15150] Windows build does not link

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Doesn't occur on the buildbots; is it fixed already? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue15139] Speed up threading.Condition wakeup

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Antoine is much more of an expert here, and I defer to his judgment that it is better to wait. -- ___ Python tracker <http://bugs.python.org/issue15

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: The test case is till failing for the freebsd7 buildbot: http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%207.2%203.x/builds/3155/steps/test/logs/stdio -- nosy: +georg.brandl status: closed -> o

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: And the Ubuntu ARM buildbot. -- ___ Python tracker <http://bugs.python.org/issue10142> ___ ___ Python-bugs-list mailing list Unsub

[issue15061] hmac.secure_compare() leaks information about length of strings

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Doesn't belong into operator IMO. We used to have a "strop" module where it would have fitted... -- ___ Python tracker <http://bugs.pyt

[issue15102] Fix 64-bit building for buildbot scripts

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: I'd like Martin to have a look at this. -- ___ Python tracker <http://bugs.python.org/issue15102> ___ ___ Python-bugs-list m

[issue15061] hmac.secure_compare() leaks information about length of strings

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Yes. -- ___ Python tracker <http://bugs.python.org/issue15061> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15102] Fix 64-bit building for buildbot scripts

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Of course these failures have to be fixed. But what Martin is saying is that for him (and probably other devs working on Windows) the build works, so the change must be done in the scripts only running on the buildbots. As for priority, we're two days

[issue15154] remove "rmdir" argument from os.unlink, add "dir_fd" to os.rmdir

2012-06-23 Thread Georg Brandl
New submission from Georg Brandl : As Antoine noted in #14626, the "rmdir" argument to os.unlink doesn't really make sense since we already deviate from just mapping posix functionality one-on-one. Attached is a patch removing "rmdir" from os.unlink, and instead add

[issue14626] os module: use keyword-only arguments for dir_fd and nofollow to reduce function count

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: I agree with Antoine. I've opened #15154 to track this. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/is

[issue15154] remove "rmdir" argument from os.unlink, add "dir_fd" to os.rmdir

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: Works for me. -- ___ Python tracker <http://bugs.python.org/issue15154> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14626] os module: use keyword-only arguments for dir_fd and nofollow to reduce function count

2012-06-23 Thread Georg Brandl
Georg Brandl added the comment: The Windows buildbots are now content; closing. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15161] add new-style os API to two missing functions

2012-06-24 Thread Georg Brandl
New submission from Georg Brandl : For pathconf() / fpathconf() and truncate() / ftruncate() the former didn't support fds as path. These two patches should fix it. -- assignee: larry components: Extension Modules files: pathconf.diff keywords: patch messages: 163760

[issue15161] add new-style os API to two missing functions

2012-06-24 Thread Georg Brandl
Changes by Georg Brandl : Added file: http://bugs.python.org/file26128/truncate.diff ___ Python tracker <http://bugs.python.org/issue15161> ___ ___ Python-bugs-list mailin

[issue444582] Finding programs in PATH, adding shutil.which

2012-06-24 Thread Georg Brandl
Georg Brandl added the comment: >From 3.2, os has a function get_exec_path -- shouldn't which() use it instead >of rolling its own query of $PATH? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue15162] help() says "This is the online help utility." even though it isn't

2012-06-24 Thread Georg Brandl
Georg Brandl added the comment: Not sure "offline" is more true here; maybe "integrated" is better. Also not sure the sentence deserves the death penalty. -- nosy: +georg.brandl ___ Python tracker <http://bug

[issue15164] add platform.uname() namedtuple interface?

2012-06-24 Thread Georg Brandl
New submission from Georg Brandl : Followup to #15118. See rev 75b818d7c50d -- the patch converted a usage of platform.uname(), which errored out on Mac. Since os.uname() is supposed to be the "low-level" interface, it suggests that platform.uname() should also return an attr

[issue5067] Error msg from using wrong quotes in JSON is unhelpful

2012-06-24 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- ___ Python tracker <http://bugs.python.org/issue5067> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15177] Support os.walk(dir_fd=) and os.fwalk(dir_fd=)

2012-06-25 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file26139/larry.listdir.clarification.1.diff ___ Python tracker <http://bugs.python.org/issue15

[issue13799] Base 16 should be hexadecimal in Unicode HOWTO

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: ±0 from me. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13799> ___ ___ Python-bugs-list mailin

[issue15177] Support os.walk(dir_fd=) and os.fwalk(dir_fd=)

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: Let's keep it to fwalk. -- ___ Python tracker <http://bugs.python.org/issue15177> ___ ___ Python-bugs-list mailing list

[issue14443] Distutils test_bdist_rpm failure

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: Ping. I would like to have this test failure fixed for 3.3 rc. -- nosy: +georg.brandl priority: normal -> deferred blocker ___ Python tracker <http://bugs.python.org/issu

[issue12927] test_ctypes: segfault with suncc

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: Ping. Could we update libffi for 3.3 final? -- nosy: +doko, georg.brandl, loewis ___ Python tracker <http://bugs.python.org/issue12

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: Jesus, what do you think about removing that test entirely? IMO it is not our job to verify the OS' proper behavior in the face of SEEK_HOLE/SEEK_DATA; it is enough to provide the constants, and let whoever uses it face the perils of the pla

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: As long as we have a test confirming that SEEK_HOLE/SEEK_DATA are *accepted* by the io module (which is a big part of the patch), it is fine. E.g. calling seek() with the constants and check that it only raises OSError or nothing should work, right

[issue15184] Test failure in test_sysconfig_module

2012-06-25 Thread Georg Brandl
New submission from Georg Brandl : On default, have this single failure on my box (Gentoo amd64): == FAIL: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase

[issue15184] Test failure in test_sysconfig_module

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: Sounds good. -- ___ Python tracker <http://bugs.python.org/issue15184> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15187] test_shutil does not clean up after itself

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: Yep. -- ___ Python tracker <http://bugs.python.org/issue15187> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1677] Ctrl-C will exit out of Python interpreter in Windows

2012-06-26 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue1677> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1677] Ctrl-C will exit out of Python interpreter in Windows

2012-06-26 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +loewis ___ Python tracker <http://bugs.python.org/issue1677> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14940] Usage documentation for pysetup

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Packaging is out, no more blocking. -- priority: deferred blocker -> normal versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue15037] curses.unget_wch and test_curses fail when linked with ncurses 5.7 and earlier

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: I agree it should be documented, probably wherever unget_wch is documented. If there is a way to detect the ncurses version, the test should be skipped on < 5.8 as well. -- priority: deferred blocker -> release b

[issue15151] Documentation for Signature, Parameter and signature in inspect module

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving back to blocker for beta2. -- nosy: +georg.brandl priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue14340] Update embedded copy of expat - fix security & crash issues

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving back to blocker for beta2. -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue15056] Have imp.cache_from_source() raise NotImplementedError when cache tag not available

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving back to blocker for beta2. -- nosy: +georg.brandl priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue14578] importlib doesn't check Windows registry for paths

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving back to blocker for beta2. -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue13959] Re-implement parts of imp in pure Python

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving back to blocker for beta2. -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving back to blocker for beta2. -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue15184] Test failure in test_sysconfig_module

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving to blocker for beta2. -- priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue15166] Implement imp.get_tag() using sys.implementation

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving to blocker for beta2. -- nosy: +georg.brandl priority: deferred blocker -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue15030] PyPycLoader can't read cached .pyc files

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Patch looks innocent enough; would be nice to fix this for 3.3. -- nosy: +georg.brandl priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue12605] Enhancements to gdb 7 debugging hooks

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Agreed with Martin, can't say I'm +1 on 3.3 either. But I've just reviewed the patch, and it looks correct to me, so go ahead and I'll take the blame. -- ___ Python tracker <http://bug

[issue15202] followlinks/follow_symlinks/symlinks flags unification

2012-06-27 Thread Georg Brandl
Georg Brandl added the comment: IMO adding follow_symlinks to the functions currently supporting symlinks/followlinks is a bugfix. Such a patch would be ok to go into 3.3. -- ___ Python tracker <http://bugs.python.org/issue15

[issue15233] atexit: guarantee order of execution of registered functions?

2012-07-01 Thread Georg Brandl
New submission from Georg Brandl : Currently, the atexit docs state "The order in which the functions are called is not defined" in the introduction and "all functions registered are called in last in, first out order" in the docs of the atexit() function. While the

[issue15110] strange Tracebacks with importlib

2012-07-01 Thread Georg Brandl
Georg Brandl added the comment: Setting to blocker for b2. -- priority: critical -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue15259] "Helping with Documentation" references missing dailybuild.py

2012-07-06 Thread Georg Brandl
Georg Brandl added the comment: It does, in the 2.7 branch. You're welcome to port it to Python 3 and put it into 3.x. I don't see the point though, and rather would have the mention removed from the devguide. -- ___ Python trac

[issue15259] "Helping with Documentation" references missing dailybuild.py

2012-07-06 Thread Georg Brandl
Georg Brandl added the comment: ... because the script is absolutely irrelevant to building or helping with the docs. -- ___ Python tracker <http://bugs.python.org/issue15

[issue4011] Create DAG for PEP 101

2012-07-06 Thread Georg Brandl
Georg Brandl added the comment: I think you can make nice graphs with graphviz if you put effort into it :) -- assignee: georg.brandl -> larry ___ Python tracker <http://bugs.python.org/iss

[issue15302] Use argparse instead of getopt in test.regrtest

2012-07-12 Thread Georg Brandl
Georg Brandl added the comment: Please leave this for Python 3.4 -- it is not a bugfix. -- nosy: +georg.brandl versions: +Python 3.4 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue15

[issue15238] shutil.copystat should copy Linux extended attributes

2012-07-12 Thread Georg Brandl
Georg Brandl added the comment: Yeah, good to go. But please re-insert a blank line in the test suite changes after the end of the method. -- ___ Python tracker <http://bugs.python.org/issue15

[issue15343] "pydoc -w " writes out page with empty "Package Contents" section

2012-07-14 Thread Georg Brandl
Georg Brandl added the comment: Not great, but that sounds reasonable. -- ___ Python tracker <http://bugs.python.org/issue15343> ___ ___ Python-bugs-list mailin

[issue15389] PEP 3121, 384 refactoring applied to curses module

2012-07-18 Thread Georg Brandl
Georg Brandl added the comment: Definitely. -- versions: +Python 3.4 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue15389> ___ ___ Python-bugs-list m

[issue1492704] distinct error type if shutil.copyfile() fails because of src and dst are the same file

2012-07-19 Thread Georg Brandl
Georg Brandl added the comment: Sorry, looks like a feature to me. Please wait for 3.4 with it. -- ___ Python tracker <http://bugs.python.org/issue1492

[issue15147] Remove packaging from the stdlib

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: Eric, ping? When can this be closed? -- ___ Python tracker <http://bugs.python.org/issue15147> ___ ___ Python-bugs-list mailin

[issue14578] importlib doesn't check Windows registry for paths

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: Ping. Brian? I'd rather have some testing period for this, so I'm reluctant to release b2 without it. -- ___ Python tracker <http://bugs.python.o

[issue15037] curses.unget_wch and test_curses fail when linked with ncurses 5.7 and earlier

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: Documentation issue, can be resolved after b2. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issu

<    26   27   28   29   30   31   32   33   34   35   >