[issue27794] setattr a read-only property; the AttributeError should show the attribute that failed

2017-08-31 Thread Muhammad Alkarouri
Muhammad Alkarouri added the comment: Now that the descriptor protocol has `__set_name__`, does this make any difference to this issue? The property can know its name, subject to a suitable patch. -- nosy: +Muhammad Alkarouri ___ Python tracker

[issue9980] str(float) failure

2010-10-15 Thread Muhammad Alkarouri
Muhammad Alkarouri added the comment: On 15 October 2010 06:52, Martin v. Löwis wrote: > > Martin v. Löwis added the comment: > > Interesting. I'd like to propose than that this is resolved as "won't fix", > i.e. embedding Python into Delphi is decla

[issue9980] str(float) failure

2010-10-14 Thread Muhammad Alkarouri
Muhammad Alkarouri added the comment: I cam across another issue that was triggered by the same problem. I am explaining it here though I am not sure if it is going to affect the solution one way or the other. The issue is explained in the post http://stackoverflow.com/questions/3933851/nan

[issue7764] Doc for itertools recipe consume is complicated and less efficient

2010-01-24 Thread Muhammad Alkarouri
Muhammad Alkarouri added the comment: Mea culpa. Not knowing the conventions here, I closed the ticket, which probably resulted in florent's feedback. I will leave you to it then. -- ___ Python tracker <http://bugs.python.org/i

[issue7764] Doc for itertools recipe consume is complicated and less efficient

2010-01-24 Thread Muhammad Alkarouri
Muhammad Alkarouri added the comment: Excellent solution and comments. Many thanks. -- status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue7764] Doc for itertools recipe consume is complicated and less efficient

2010-01-23 Thread Muhammad Alkarouri
New submission from Muhammad Alkarouri : Based on the discussion at: http://groups.google.co.uk/group/comp.lang.python/browse_thread/thread/c1ae3513a31eb63e/d0701a9902732c67?hl=en#d0701a9902732c67 In the documentation of itertools, one of the functions provided in the recipes section (10.7.3

[issue4017] Tkinter cannot find Tcl/Tk on Mac OS X

2008-12-19 Thread Muhammad Alkarouri
Muhammad Alkarouri added the comment: 2008/12/18 Benjamin Peterson : > > Benjamin Peterson added the comment: > > I've uploaded a .dmg for 2.6.1 to > http://www.python.org/ftp/python/2.6.1/. Could you please test it? > Just to confirm, I have installed the package in OS

[issue4017] Tkinter cannot find Tcl/Tk on Mac OS X

2008-12-05 Thread Muhammad Alkarouri
Muhammad Alkarouri <[EMAIL PROTECTED]> added the comment: Now that Python 2.6.1 is out, can we expect a new OS X installer built correctly? I think this is pretty important.. -- nosy: +malkarouri ___ Python tracker <[EMAIL PROTECTE