This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients gvanrossum, mark.dickinson, serprex
Date 2010-06-12.16:53:24
SpamBayes Score 0.02265545
Marked as misclassified No
Message-id <1276361606.92.0.143637246705.issue8977@psf.upfronthosting.co.za>
In-reply-to
Content
> As an aside, runtests.sh should have executable permissions.

Doesn't it already?  On my system (without having ever messed with any permissions as far as I can recall), I have:

newton:py3k dickinsm$ ls -l runtests.sh 
-rwxr-xr-x  1 dickinsm  staff  2168 28 Aug  2009 runtests.sh
newton:py3k dickinsm$ svn pl runtests.sh
Properties on 'runtests.sh':
  svn:executable
  svn:eol-style

And I get the same with a fresh hg checkout from http://code.python.org/hg/branches/py3k
History
Date User Action Args
2010-06-12 16:53:26mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, serprex
2010-06-12 16:53:26mark.dickinsonsetmessageid: <1276361606.92.0.143637246705.issue8977@psf.upfronthosting.co.za>
2010-06-12 16:53:25mark.dickinsonlinkissue8977 messages
2010-06-12 16:53:24mark.dickinsoncreate