[Patches] [ python-Patches-1772833 ] -q (quiet) option for python interpreter

SourceForge.net noreply at sourceforge.net
Mon Aug 13 08:16:31 CEST 2007


Patches item #1772833, was opened at 2007-08-13 03:33
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1772833&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Marcin Wojdyr (wojdyr)
Assigned to: Nobody/Anonymous (nobody)
Summary: -q (quiet) option for python interpreter

Initial Comment:

Implementation of feature request 1728488

Added interpreter option:

-q Do not print the version and copyright messages. These messages are also suppressed in non-interactive mode.


BTW: Above the usage_* strings in main.c there is a comment:
/* Long usage message, split into parts < 512 bytes */
Why do we have this limit? (actually one of the strings was ~570 bytes).


----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2007-08-13 06:16

Message:
Logged In: YES 
user_id=849994
Originator: NO

I'd expect the 512 bytes limit was due to some compiler restrictions.
Whether these compilers are still in operation, I don't know.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1772833&group_id=5470


More information about the Patches mailing list