[issue3926] Idle doesn't obey the new improved warnings arguements

2009-08-14 Thread Guilherme Polo
Guilherme Polo added the comment: > Committed on r74447, will merge into py3k. py3k: r74450 -- ___ Python tracker ___ ___ Python-bugs

[issue3926] Idle doesn't obey the new improved warnings arguements

2009-08-14 Thread Guilherme Polo
Guilherme Polo added the comment: Committed on r74447, will merge into py3k. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ ___

[issue3926] Idle doesn't obey the new improved warnings arguements

2009-08-03 Thread Guilherme Polo
Guilherme Polo added the comment: This looks good Scott, I'm just attaching the .diff here with real minor changes and will be applying if no one is against it. -- keywords: +patch Added file: http://bugs.python.org/file14638/idle_fixwarnings.diff __

[issue3926] Idle doesn't obey the new improved warnings arguements

2008-11-23 Thread Scott David Daniels
Scott David Daniels <[EMAIL PROTECTED]> added the comment: Attached parts.zip -- a zip of updates for Python 2.6 and Python 3.0 against the current source [zip has two For Python 2.6: py26/diff_py26.txt -- differ against python26-maint tree py26/PyShell.py -- Replacement file for .../Lib/i

[issue3926] Idle doesn't obey the new improved warnings arguements

2008-11-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: This is already corrected by r66922 (issue3391), but the patches are different and there are some things I don't like in the present implementation: - in idle_showwarning, the "file" argument is ignored and always replaced by warning_st

[issue3926] Idle doesn't obey the new improved warnings arguements

2008-09-27 Thread Scott David Daniels
Scott David Daniels <[EMAIL PROTECTED]> added the comment: Here is a test for the fixes provided. Added file: http://bugs.python.org/file11637/test_idle_warnings.py ___ Python tracker <[EMAIL PROTECTED]>

[issue3926] Idle doesn't obey the new improved warnings arguements

2008-09-27 Thread Scott David Daniels
Scott David Daniels <[EMAIL PROTECTED]> added the comment: OK, Issues: 1) warnings.py I/O errors in formatwarning will be masked and misinterpreted as failures to write on stderr, and no output will be attempted. 2) warnings.py A line with of whitespace will be shown, rather than suppress

[issue3926] Idle doesn't obey the new improved warnings arguements

2008-09-23 Thread Scott David Daniels
Scott David Daniels <[EMAIL PROTECTED]> added the comment: I found that patch, but it confuses showwarning and formatwarning parameter changes. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3926] Idle doesn't obey the new improved warnings arguements

2008-09-22 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: The first part was already mentioned in issue3391, but not closing this in favor of the second part of your message. -- nosy: +gpolo ___ Python tracker <[EMAIL PROTECTED]>

[issue3926] Idle doesn't obey the new improved warnings arguements

2008-09-21 Thread Scott David Daniels
New submission from Scott David Daniels <[EMAIL PROTECTED]>: Idle doesn't accept the new improved warnings arguments, thus escalating warnings to failures. This is, I believe, the core reason that Idle was failing on windows (warnings about deprecated set_daemon call escalated to a failure). Fi