On Tue, Dec 18, 2012 at 1:08 PM, Steve Willoughby <st...@alchemy.com> wrote:

> Although it is probably too obvious to be the answer you're looking for,
> why can't you just add them in order in the source code?
>
> This way, you can arrange them however you want them to appear, instead of
> python arbitrarily enforcing its own order. Python likes being explicit
> about things like that.
>
> rail shafigulin <rail.shafigu...@gmail.com> wrote:
>>
>> Does anybody know if there is a way to make --help option to display
>> options in alphabetical order? Right now it displays options in the order I
>> added them. I'm using Python 3.1
>>
>> Any help is appreciated.
>> Thanks.
>>
>> ------------------------------
>>
>> Tutor maillist  -  Tutor@python.org
>> To unsubscribe or change subscription options:
>> http://mail.python.org/mailman/listinfo/tutor
>>
>>
> --
> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
>

I currently have it done this way. It just seems a bit odd that I have to
arrange it manually.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to