Message5003

Author leosoto
Recipients dhandy, fwierzbicki, leosoto
Date 2009-08-06.20:31:39
SpamBayes Score 3.8227645e-06
Marked as misclassified No
Message-id <1249590700.21.0.212870623641.issue1418@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the current behavior doesn't make much sense. OTOH,
checking for __name__ == '__main__' on __run__.py is also a bit redundant.

The other argument here is that Jython 2.5 implemented the -m option,
which overlaps a bit with -jar. If I had to make a decision, I'd
deprecate -jar in favor or -m, and keep -jar unchanged.
History
Date User Action Args
2009-08-06 20:31:40leosotosetmessageid: <1249590700.21.0.212870623641.issue1418@psf.upfronthosting.co.za>
2009-08-06 20:31:40leosotosetrecipients: + leosoto, fwierzbicki, dhandy
2009-08-06 20:31:40leosotolinkissue1418 messages
2009-08-06 20:31:39leosotocreate