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
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
Changes by Georg Brandl :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue14579>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
I think so, yes.
--
status: pending -> closed
___
Python tracker
<http://bugs.python.org/issue14387>
___
___
Python-bugs-lis
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.
-
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
Georg Brandl added the comment:
Should be fixed now.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue13183>
___
___
Python-bugs-lis
Changes by Georg Brandl :
--
nosy: +georg.brandl, loewis
___
Python tracker
<http://bugs.python.org/issue14739>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Sound good.
--
___
Python tracker
<http://bugs.python.org/issue14749>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
Georg Brandl added the comment:
This should block beta1.
--
nosy: +georg.brandl
priority: normal -> release blocker
___
Python tracker
<http://bugs.python.org/issu
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
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
<
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
Changes by Georg Brandl :
Removed file: http://bugs.python.org/file25625/1.html
___
Python tracker
<http://bugs.python.org/issue1757118>
___
___
Python-bugs-list mailin
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
Georg Brandl added the comment:
Is this issue still valid?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue14225>
___
___
Python-bug
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
Georg Brandl added the comment:
Does this block 3.3b1?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue5302>
___
___
Python-bugs-list m
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
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
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.
--
Georg Brandl added the comment:
Ping. Does this block 3.3?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue12779>
___
___
Python-bug
Georg Brandl added the comment:
Which parts are still missing here?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13959>
___
___
Pytho
Georg Brandl added the comment:
Is this ready to go in before beta1?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue14928>
___
___
Pytho
Georg Brandl added the comment:
If you commit this, please do so before beta1.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue15
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
Georg Brandl added the comment:
Ping?
--
___
Python tracker
<http://bugs.python.org/issue13590>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Changes by Georg Brandl :
--
nosy: +gvanrossum
___
Python tracker
<http://bugs.python.org/issue15110>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Georg Brandl added the comment:
Updated.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue15149>
___
___
Pyth
Georg Brandl added the comment:
Deferring for beta1 at least.
--
priority: release blocker -> deferred blocker
___
Python tracker
<http://bugs.python.org/issu
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
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
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
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
Georg Brandl added the comment:
Very good, thanks.
--
___
Python tracker
<http://bugs.python.org/issue15147>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
Georg Brandl added the comment:
And the Ubuntu ARM buildbot.
--
___
Python tracker
<http://bugs.python.org/issue10142>
___
___
Python-bugs-list mailing list
Unsub
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
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
Georg Brandl added the comment:
Yes.
--
___
Python tracker
<http://bugs.python.org/issue15061>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
Georg Brandl added the comment:
Works for me.
--
___
Python tracker
<http://bugs.python.org/issue15154>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
The Windows buildbots are now content; closing.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
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
Changes by Georg Brandl :
Added file: http://bugs.python.org/file26128/truncate.diff
___
Python tracker
<http://bugs.python.org/issue15161>
___
___
Python-bugs-list mailin
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
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
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
Georg Brandl added the comment:
Agreed.
--
___
Python tracker
<http://bugs.python.org/issue5067>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
Removed file:
http://bugs.python.org/file26139/larry.listdir.clarification.1.diff
___
Python tracker
<http://bugs.python.org/issue15
Georg Brandl added the comment:
±0 from me.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue13799>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Let's keep it to fwalk.
--
___
Python tracker
<http://bugs.python.org/issue15177>
___
___
Python-bugs-list mailing list
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
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
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
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
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
Georg Brandl added the comment:
Sounds good.
--
___
Python tracker
<http://bugs.python.org/issue15184>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georg Brandl added the comment:
Yep.
--
___
Python tracker
<http://bugs.python.org/issue15187>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue1677>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Georg Brandl :
--
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue1677>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
Georg Brandl added the comment:
Moving back to blocker for beta2.
--
priority: deferred blocker -> release blocker
___
Python tracker
<http://bugs.python.org/issu
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
Georg Brandl added the comment:
Moving back to blocker for beta2.
--
priority: deferred blocker -> release blocker
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Moving back to blocker for beta2.
--
priority: deferred blocker -> release blocker
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Moving back to blocker for beta2.
--
priority: deferred blocker -> release blocker
___
Python tracker
<http://bugs.python.org/issu
Georg Brandl added the comment:
Moving to blocker for beta2.
--
priority: deferred blocker -> release blocker
___
Python tracker
<http://bugs.python.org/issu
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
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
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
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
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
Georg Brandl added the comment:
Setting to blocker for b2.
--
priority: critical -> release blocker
___
Python tracker
<http://bugs.python.org/issu
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
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
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
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
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
Georg Brandl added the comment:
Not great, but that sounds reasonable.
--
___
Python tracker
<http://bugs.python.org/issue15343>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Definitely.
--
versions: +Python 3.4 -Python 3.3
___
Python tracker
<http://bugs.python.org/issue15389>
___
___
Python-bugs-list m
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
Georg Brandl added the comment:
Eric, ping? When can this be closed?
--
___
Python tracker
<http://bugs.python.org/issue15147>
___
___
Python-bugs-list mailin
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
Georg Brandl added the comment:
Documentation issue, can be resolved after b2.
--
priority: release blocker -> deferred blocker
___
Python tracker
<http://bugs.python.org/issu
3001 - 3100 of 5257 matches
Mail list logo