[issue16241] -X faulthandler is not documented in -X option docs

2012-10-25 Thread Petri Lehtinen

Petri Lehtinen added the comment:

Andrew: Generally all changes deserve a Misc/NEWS entry, see:

  http://docs.python.org/devguide/committing.html#news-entries

The feature was new in 3.3, but this change only went in after the release of 
3.3.0, so ISTM that a Misc/NEWS entry is required.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-25 Thread Roundup Robot

Roundup Robot added the comment:

New changeset e816851fb30d by Andrew Svetlov in branch '3.3':
Update NEWS for issue #16241
http://hg.python.org/cpython/rev/e816851fb30d

New changeset af93948ca33d by Andrew Svetlov in branch 'default':
Update NEWS for issue #16241
http://hg.python.org/cpython/rev/af93948ca33d

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-25 Thread Andrew Svetlov

Andrew Svetlov added the comment:

Well, I have updated the NEWS file.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-23 Thread Marek Suppa

Marek Suppa added the comment:

The appended diff tries to explain the situation a bit and fix this issue.

Is it clear enough?

--
keywords: +patch
nosy: +mrshu
Added file: http://bugs.python.org/file27669/issue16241.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-23 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 957a6c00d3af by Andrew Svetlov in branch '3.3':
Issue #16241: document -X faulthandler command line option.
http://hg.python.org/cpython/rev/957a6c00d3af

New changeset 665e3be40ad1 by Andrew Svetlov in branch 'default':
Issue #16241: document -X faulthandler command line option.
http://hg.python.org/cpython/rev/665e3be40ad1

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-23 Thread Andrew Svetlov

Andrew Svetlov added the comment:

Looks good to me, committed.
Thanks, Marek.
Please, fill PSF Contributor Agreement: http://www.python.org/psf/contrib/

--
nosy: +asvetlov

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-23 Thread Andrew Svetlov

Changes by Andrew Svetlov andrew.svet...@gmail.com:


--
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-23 Thread Petri Lehtinen

Petri Lehtinen added the comment:

Andew: Shouldn't Misc/NEWS be updated, too?

--
nosy: +petri.lehtinen

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-23 Thread Andrew Svetlov

Andrew Svetlov added the comment:

Do you think so? It was documenting already existed feature.
But, if you really want I can do it of course.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-23 Thread Marek Šuppa

Marek Šuppa added the comment:

I already filled and signed the PSF Contributor Agreement thanks to Petri at 
the PyCon Finland sprint.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-23 Thread Andrew Svetlov

Andrew Svetlov added the comment:

Thank you, Marek

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-15 Thread Ramchandra Apte

New submission from Ramchandra Apte:

http://docs.python.org/release/3.3.0/using/cmdline.html#cmdoption-X says 
CPython currently defines none of them... But in Python 3.3, faulthandler 
can be passed to the option.

--
assignee: docs@python
components: Documentation
messages: 172980
nosy: docs@python, ramchandra.apte
priority: normal
severity: normal
status: open
title: -X faulthandler is not documented in -X option docs
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16241] -X faulthandler is not documented in -X option docs

2012-10-15 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti, haypo
stage:  - needs patch
type:  - enhancement
versions: +Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16241
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com