SectorUnkown / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Syntax error #736

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. invalid syntax (configparser.py, line 398)

line of code in question:
_KEYCRE = re.compile(ur"%\(([^)]+)\)s")

PyScripter: 2.5.3.0 x86
Python: v3.3.1
configparser: 3.2.0r3
OS: Win7 x64

Code runs without error using IDLE

full code:
import configparser
def main():
    pass

if __name__ == '__main__':
    main()

Original issue reported on code.google.com by jared.si...@gmail.com on 14 May 2013 at 2:04