[issue21715] Chaining exceptions at C level

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I added 3.4 because this private function makes cleaner and more bug-free existing code (mostly recently added) and possible future bug fixes. Note a bug just fixed by Benjamin (changeset 888fd1cdec6f). -- ___ Pyt

[issue21911] "IndexError: tuple index out of range" should include the requested index and tuple length

2014-07-04 Thread Berker Peksag
Berker Peksag added the comment: See also issue 18162. -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue17652] Add skip_on_windows decorator to test.support

2014-07-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue21911] "IndexError: tuple index out of range" should include the requested index and tuple length

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ram, do you want to provide a patch and benchmarks? -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue21902] Docstring of math.acosh, asinh, and atanh

2014-07-04 Thread Tim Peters
Tim Peters added the comment: One more useless ;-) data point, from Macsyma: ? acosh; -- Function: acosh () - Hyperbolic Arc Cosine. I don't like "area" - while accurate, nobody else uses it. Gratuitous novelty is no virtue ;-) I like "inverse" better than "arc", because it's all of a

[issue21902] Docstring of math.acosh, asinh, and atanh

2014-07-04 Thread Kevin Davies
Kevin Davies added the comment: I'm not sure what the resolution is (the patch was 'inverse', Mark said he'd be happy to use 'area', and Raymond quoted 'arc'). I didn't know this would be a big deal, and I'm sorry that I caused trouble. But since one of the concerns was divergence, I thought

[issue21902] Docstring of math.acosh, asinh, and atanh

2014-07-04 Thread Kevin Davies
Changes by Kevin Davies : Added file: http://bugs.python.org/file35863/TI-89.png ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue21911] "IndexError: tuple index out of range" should include the requested index and tuple length

2014-07-04 Thread Éric Araujo
Éric Araujo added the comment: Mark, could you please not phrase your messages as if you were speaking for the whole core team, and be more friendly with other contributors (or reply less)? -- nosy: +eric.araujo ___ Python tracker

[issue21911] "IndexError: tuple index out of range" should include the requested index and tuple length

2014-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: I have several times found exception messages to be under-informative, and I am pretty sure this is one of them. The obvious use case is so I don't have to insert a print statement, which I can only do if the error is in Python code, to get the essential info

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: "Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file." However, Ned's description matches what I see, including the detail about a frame being momentarily being

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: 'under Idle' here means in a separate process with its own tk loop. I tried from the cmd line and see the same. My 3-yr-old machine has what was then a top-of-the-line Pentium. Also, as I said, the test code works much better than the 6/09 patch with widgets i

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Lita Cho
Lita Cho added the comment: Yes! This is the first version of the code without using ttk widgetd. Using Labels instead of buttons. -- ___ Python tracker ___

[issue21902] Docstring of math.acosh, asinh, and atanh

2014-07-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: > I'd be happy to replace the 'inverse' by 'arc' > if that's what people prefer. Yes, please. > And the "in radians" bit is utterly nonsensical Yes, again. -- ___ Python tracker

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Ned Deily
Ned Deily added the comment: Lita, the movie looks comparable to what I'm seeing but without the background colors and with thin-lined black border rectangles around each of the two frames. -- ___ Python tracker

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Lita Cho
Lita Cho added the comment: Hm, when I upgrade to 8.6, I still get the tearing action on the very right of the window. Although, again, it doesn't seem that bad. I've attahed what I am seeing, just to confirm we are all talking about the same thing. -- Added file: http://bugs.python.or

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Ned Deily
Ned Deily added the comment: Lita, testing the second turtledemo_pane.patch (2014-06-09) with a current default (pre-3.5) build and with OS X ActiveTcl 8.5.15: if an example is selected but not running, moving the slider to the left is fairly smooth but the scroll bar for the right frame tends

[issue21715] Chaining exceptions at C level

2014-07-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue21897] frame.f_locals causes segfault on Python >=3.4.1

2014-07-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Patch committed. Thank you for reporting this issue! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue21897] frame.f_locals causes segfault on Python >=3.4.1

2014-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 758468cdf72c by Antoine Pitrou in branch '3.4': Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called. http://hg.python.org/cpython/rev/758468cdf72c New changeset bd6515070f9c by Antoine Pit

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Lita Cho
Lita Cho added the comment: Oh man, I was running version '8.5.9' using 'aqua'. I am going to try and upgrade and see if the artifacting goes away. Lita -- ___ Python tracker _

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Ned Deily
Ned Deily added the comment: Lita, to find the detailed Tk version info (which is really important with 8.5 since it has changed considerably over its long life): >>> import tkinter >>> t = tk.Tk() >>> t.tk.call('info', 'patchlevel') '8.5.15' >>> t.tk.call('tk', 'windowingsystem') 'aqua' http:

[issue16296] Patch to fix building on Win32/64 under VS 2010

2014-07-04 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue17652] Add skip_on_windows decorator to test.support

2014-07-04 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: If we can use the weighted ttk paned window, so sash movement is only used when really needed (small windows) then it would be ok. (I would add a note in one of the help texts -- "On some systems, there are visual artifacts when enlarging the window or moving

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: >>> TkVersion 8.6 which is not helpful if you want to know which 8.5 version on Mac. -- ___ Python tracker ___ _

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Lita Cho
Lita Cho added the comment: I feel like the PaneWindow is nice. I could also see down the road making the code text bigger. However, if on Windows, the artifacting is really bad, I can totally switch this back to the grid view. -- ___ Python tracke

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Stuttering might be a better term. For the initial small window, I did not see much difference between 2.7 and 3.4. At full screen on a 25xx x 14xx screen, both stuttered. If the 2.7 looked better, it is because it redrew slower. If I zipped the mouse fast e

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Lita Cho
Lita Cho added the comment: Oh I had no idea! That makes sense. How do I know which version of Tk I'm working with? I'm testing on Mac OSX as well! Would there be anyway for you to test my patch for turtledemo to see if the sash causes artifacting for you? I see tearing but it snap back into p

[issue15974] Optional compact and colored output for regrest

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: What's the difference between this and #17554? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pytho

[issue21893] unicodeobject.c not using PY_FORMAT_SIZE_T

2014-07-04 Thread STINNER Victor
STINNER Victor added the comment: > This is incorrect. PY_FORMAT_SIZE_T shouldn't be used in format string of > PyErr_Format. Oh, I forgot that. Thanks for the careful review Serhiy! Thanks. -- resolution: -> fixed status: open -> closed ___ Python

[issue21893] unicodeobject.c not using PY_FORMAT_SIZE_T

2014-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6fb1e2ce513a by Victor Stinner in branch '3.4': Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format() http://hg.python.org/cpython/rev/6fb1e2ce513a New changeset 58cd562e3ef9 by Victor Stinner in branch 'default': (Merge 3.4

[issue21892] hashtable.c not using PY_FORMAT_SIZE_T

2014-07-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6fb1e2ce513a by Victor Stinner in branch '3.4': Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format() http://hg.python.org/cpython/rev/6fb1e2ce513a New changeset 58cd562e3ef9 by Victor Stinner in branch 'default': (Merge 3.4

[issue21919] Changing cls.__bases__ must ensure proper metaclass inheritance

2014-07-04 Thread Eldar Abusalimov
New submission from Eldar Abusalimov: When a new class is constructed Python checks for possible metaclass conflicts within bases and an explicitly specified one, if any, choosing the best available (the most specialized) one. That is the following implication is expected: issubclass(B, A

[issue21893] unicodeobject.c not using PY_FORMAT_SIZE_T

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is incorrect. PY_FORMAT_SIZE_T shouldn't be used in format string of PyErr_Format. On one hand, PyErr_Format understand the "z" modifier. On other hand, it is not understand all platform-specific expansions of PY_FORMAT_SIZE_T (e.g. "I"). -- no

[issue12067] Doc: remove errors about mixed-type comparisons.

2014-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: In py3, *everything* is an instance of class object. This makes like simple than in 2.x. The default comparison rules are set by the rich comparison methods of object. 'By experiment' meant by experiments with instances of object, which use those default metho

[issue17055] ftplib.ftpcp test

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM so can we have a commit review please. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-b

[issue17773] test_pydoc fails with the installed testsuite (2.7)

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as "out of date"? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-lis

[issue17652] Add skip_on_windows decorator to test.support

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I like the idea and the patch looks clean so can we have a commit review please. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker _

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Ned Deily
Ned Deily added the comment: If by tearing you mean leaving artifacts on the screen, differences in behavior are almost certainly due to different versions of Tk being used. Tkinter is really just a wrapper around calls to Tk; nearly all of the heavy-duty graphics work is done by Tk making ca

[issue21918] Convert test_tools to directory

2014-07-04 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Lib/test/test_tools.py becomes too large. It includes tests of unrelated command-lines tools and scripts. It would be good to convert it to directory containing separate test files for different tools. -- components: Tests messages: 222305 nosy: be

[issue5712] tkinter - askopenfilenames returns string instead of tuple in windows 2.6.1 release

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Som, what is full version of your Python? -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue19279] UTF-7 decoder can produce inconsistent Unicode string

2014-07-04 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- title: UTF-7 can produce inconsistent Unicode string -> UTF-7 decoder can produce inconsistent Unicode string ___ Python tracker ___ ___

[issue19279] UTF-7 can produce inconsistent Unicode string

2014-07-04 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed title: UTF-7 to UTF-8 decoding crash -> UTF-7 can produce inconsistent Unicode string versions: +Python 2.7, Python 3.3, Python 3.4 -Python 3.2

[issue21859] Add Python implementation of FileIO

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated patch has included recent changes from C implementation (issue21679 and issue21090). -- Added file: http://bugs.python.org/file35858/pyio_fileio_2.patch ___ Python tracker

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Lita Cho
Lita Cho added the comment: Should I file a bug? I feel like this a bug specifically related to Python 3 and Tkinter. -- ___ Python tracker ___ _

[issue21597] Allow turtledemo code pane to get wider.

2014-07-04 Thread Lita Cho
Lita Cho added the comment: Hi Terry, I started digging into this deeper and it looks like my tests doesn't tear in Python 2.7. I have tried on Python 3.5 and 3.4 and it tears on those versions. I also tried the ttk objects, and the widgets also teared when I added frames. Here is the code I

[issue20544] Use specific asserts in operator tests

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: There are 28 dependencies listed on #16510. 18 have already been closed, presumably with patches committed but I haven't checked them all. 10 are still open including this one. Can we have a decision now as to whether we move forward with committing all of t

[issue21881] python cannot parse tcl value

2014-07-04 Thread Andreas Schwab
Andreas Schwab added the comment: >>> _tkinter.create().getdouble(float('nan')) nan -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue19593] Use specific asserts in importlib tests

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a commit review on this please. I've already asked for reviews on #18864 and its dependencies. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.4 ___ Python tracker

[issue21881] python cannot parse tcl value

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Interesting, what result of getdouble? >>> import _tkinter >>> tk = _tkinter.create() >>> nan = float('nan') >>> tk.getdouble(nan) nan What returns getdouble() (note that _tkinter is imported instead of tkinter!) for NaN value? -- assignee: -> serh

[issue21715] Chaining exceptions at C level

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry. Here is it. -- keywords: +patch Added file: http://bugs.python.org/file35857/capi_chain_exceptions.patch ___ Python tracker ___ ___

[issue21844] Fix HTMLParser in unicodeless build

2014-07-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Agree. -- resolution: -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue12954] Multiprocessing logging under Windows

2014-07-04 Thread paul j3
paul j3 added the comment: The documentation currently warns https://docs.python.org/2/library/multiprocessing.html#windows > Safe importing of main module > Make sure that the main module can be safely imported by a new Python > interpreter without causing unintended side effects (such a star

[issue21743] Create tests for RawTurtleScreen

2014-07-04 Thread Lita Cho
Lita Cho added the comment: submitted a patch that tests all of this. Issue 21914 -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ _

[issue21917] Python 2.7.7 Tests fail, and math is faulty

2014-07-04 Thread Stefan Krah
Stefan Krah added the comment: I think you need to figure out the right build flags -- we had an xlc build slave for a while that did not have this behavior. The flags were quite complicated though. -- nosy: +skrah ___ Python tracker

[issue21907] Update Windows build batch scripts

2014-07-04 Thread Jeremy Kloth
Changes by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue4972] context management support in imaplib, smtplib, ftplib

2014-07-04 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21917] Python 2.7.7 Tests fail, and math is faulty

2014-07-04 Thread repcsike
New submission from repcsike: Python is built with IBM XLC compiler, some tests fail and after installation mathematical executions are giving bad results. I corrected the _sysconfigdata.py bug (issue18235) with ld_so_aix , and found this out when tried to install some modules. Please see th

[issue10289] Document magic methods called by built-in functions

2014-07-04 Thread Andy Maier
Andy Maier added the comment: I have reviewed the descriptions of the built-in functions in Python 3.4, and found only the following issues w.r.t. missing __special__functions: 1. getattr(), setattr(), delattr(): They only refer to object attributes and miss to mention the fallback to object._

[issue18864] Implementation for PEP 451 (importlib.machinery.ModuleSpec)

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I've asked for patch reviewss on the three dependencies outstanding, #19711, #19714 and #21099. -- ___ Python tracker ___ __

[issue21099] Switch applicable importlib tests to use PEP 451 API

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review please as #18864 is dependent on this. -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue19714] Add tests for importlib.machinery.WindowsRegistryFinder

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Latest patch LGTM at a quick glance. Can we have a patch review please as #18864 is dependent on this. -- nosy: +BreamoreBoy ___ Python tracker ___

[issue19711] add test for changed portions after reloading a namespace package

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Latest patch LGTM. Can we have a patch review please as #18864 is dependent on this. -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue21902] Docstring of math.acosh, asinh, and atanh

2014-07-04 Thread Mark Dickinson
Mark Dickinson added the comment: Raymond: I don't think it's gratuitous. I'd be happy to replace the 'inverse' by 'area' if that's what people prefer. But "hyperbolic arc cosine" is just plain incorrect. (And the "in radians" bit is utterly nonsensical.) -- ___

[issue6953] readline documenation needs work

2014-07-04 Thread Andy Maier
Andy Maier added the comment: I would like to revive this issue. >From the discussion, it seems to me that the following changes in the Python >Library documentation would make sense: 1. Move add_history() higher up in the sequence of functions, for example to after write_history_file(). 2.

[issue21915] telnetlib.Telnet constructor does not match telnetlib.Telnet.__init__ docstring

2014-07-04 Thread R. David Murray
R. David Murray added the comment: There are reasons for both of these things. In 2.7 we generally used the [] notation for keyword arguments. In both, the timeout doesn't have a default that it is possible to document using our standard notation, so we use the [] notation. If you can think

[issue21916] Create unit tests for turtle textonly

2014-07-04 Thread ingrid
New submission from ingrid: Non-gui tests for turtle that Lita and I wrote. -- components: Tests files: test_turtle_textonly.patch keywords: patch messages: 82 nosy: ingrid, jesstess priority: normal severity: normal status: open title: Create unit tests for turtle textonly versions:

[issue14050] Tutorial, list.sort() and items comparability

2014-07-04 Thread Andy Maier
Andy Maier added the comment: uploaded patch version py27_v2, which contains the same changes as py34_v2, relative to 2.7, except for this differences: 1. The change from "default" was already in 2.7. 2. The reference to defining ordering methods for user-defined classes includes a reference

[issue14050] Tutorial, list.sort() and items comparability

2014-07-04 Thread Andy Maier
Andy Maier added the comment: Uploaded patch version py34_v2, which contains the following changes relative to 3.4: 1. The changes in the description of list.sort() from "default" in list.sort(), by adding this text: (the arguments can be used for sort customization, see :func:`sorted` for

[issue21258] Add __iter__ support for mock_open

2014-07-04 Thread Arve Knudsen
Arve Knudsen added the comment: I noticed this issue too, thanks for fixing it! -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue21258] Add __iter__ support for mock_open

2014-07-04 Thread Arve Knudsen
Changes by Arve Knudsen : -- nosy: +Arve.Knudsen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue12067] Doc: remove errors about mixed-type comparisons.

2014-07-04 Thread Andy Maier
Andy Maier added the comment: Another attempt. Really sorry... -- Added file: http://bugs.python.org/file35853/issue12067-expressions-py34_v7.diff ___ Python tracker ___

[issue9554] test_argparse.py: use new unittest features

2014-07-04 Thread Berker Peksag
Berker Peksag added the comment: Updated patch. -- type: behavior -> enhancement Added file: http://bugs.python.org/file35852/issue9554_v3.diff ___ Python tracker ___

[issue12067] Doc: remove errors about mixed-type comparisons.

2014-07-04 Thread Andy Maier
Andy Maier added the comment: It seems I still need to practice creating patches ... uploading v6 which should create a review link. No other changes. Sorry for that. Andy -- Added file: http://bugs.python.org/file35851/issue12067-expressions-py34_v6.diff __

[issue12067] Doc: remove errors about mixed-type comparisons.

2014-07-04 Thread Andy Maier
Andy Maier added the comment: Uploaded v5 of the patch. Changes: 1. The statement that comparison of different built-in types (always) raises TypeError, was too general. Changed to distinguish equal and order operators, as summarized by Ezio in items 3) and 4) of msg148760. 2. Ensured max li

[issue12498] asyncore.dispatcher_with_send, disconnection problem + miss-conception

2014-07-04 Thread Xavier de Gaye
Xavier de Gaye added the comment: > Sorry Xavier for your patches, but it's time to focus our efforts on a single > module and asyncio has a much better design to handle such use cases. No problem. Thanks for taking your time to review patches made on this old module. --

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks Zachary! Here's a combined patch. -- Added file: http://bugs.python.org/file35849/issue21906_v2.diff ___ Python tracker ___ __

[issue14841] os.get_terminal_size() should check stdin as a fallback

2014-07-04 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: This bug is still reproducible in Python 3.4 and 3.5. -- ___ Python tracker ___ ___

[issue21720] "TypeError: Item in ``from list'' not a string" message

2014-07-04 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: rhettinger -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue21902] Docstring of math.acosh, asinh, and atanh

2014-07-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: > inverse' is probably more obvious to understand than 'area', > although it doesn't tie into the 'a' of 'acosh', etc. Please don't make this gratuitous change. The decision about whether to use "inverse" or "arc" was cast in stone when the functions were

[issue12067] Doc: remove errors about mixed-type comparisons.

2014-07-04 Thread Andy Maier
Andy Maier added the comment: Terry, I'd like to comment on your statement: > 3. By default, == and /= compare identities. in msg148774. What experiment lead you to that conclusion? Here is one that contradicts it (using cpython 3.4.1): >>> i1 = 42 >>> f1 = 42.0 >>> i1 == f1 True >>> i1 is f1

[issue14934] generator objects can clear their weakrefs before being resurrected

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I'm still not brave enough to take on C code, but could this be handled by someone from the core-mentorship list? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker

[issue14743] on terminating, Pdb debugs itself

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a formal patch review please, but note the similar patch on #14788. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker __

[issue14788] Pdb debugs itself after ^C and a breakpoint is set anywhere

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: A quick glance tells me the patch is okay, apart from the name "test_issue_XXX", so can we have a formal patch review please. See also #14743. -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.2 ___ P

[issue14841] os.get_terminal_size() should check stdin as a fallback

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: #13609 is closed fixed so can this also be closed? I've tried to reproduce this on Windows with the help of unxutils but it didn't want to know, sorry :( -- nosy: +BreamoreBoy type: -> behavior versions: +Python 3.4, Python 3.5 -Python 3.3 ___

[issue14784] Re-importing _warnings changes warnings.filters

2014-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: I've just tried this and didn't see anything about warnings.filters changed. Full test run output in attached file. -- nosy: +BreamoreBoy Added file: http://bugs.python.org/file35848/Issue14784.log ___ Python tracker