[issue8977] Globalize lonely augmented assignment

Mark Dickinson report at bugs.python.org
Sat Jun 12 18:53:26 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

> 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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8977>
_______________________________________


More information about the Python-bugs-list mailing list