Closed GoogleCodeExporter closed 9 years ago
Original comment by bquin...@google.com
on 13 Dec 2012 at 11:26
Fixed in v0.4.
Original comment by sa...@google.com
on 20 Dec 2012 at 3:28
Looks like a typo made it into the patch. Sorry for not testing sooner.
Original comment by jim@twist.com
on 19 Mar 2013 at 10:15
Attachments:
Hi Jim, we actually fixed that before committing it.
What version of devappserver2 or the Python SDK are you using that this is
still a problem?
Original comment by bquin...@google.com
on 20 Mar 2013 at 6:28
No, you broke it before committing it. The code should be replace('pyc', 'py')
or replace('.pyc', '.py') not replace('.pyc', 'py'). I'm running devappserver2
from the 1.7.6 appengine sdk.
The patch is generated from the 1.7.6 prerelease devappserver2 against my
modified 1.7.6 installed devappserver2.
Original comment by jim@twist.com
on 20 Mar 2013 at 4:45
There are multiple repositories in play here :-)
The definitive one is Google's internal repository and it contains:
py_file = __file__.replace('.pyc', '.py')
That fix with flow out into the next devappserver2 and SDK releases.
Sorry about that.
Original comment by bquin...@google.com
on 20 Mar 2013 at 10:58
Original issue reported on code.google.com by
jim@twist.com
on 13 Dec 2012 at 1:04Attachments: