Re: [google-appengine] Application versions code - completely separate or diff'd?

2010-02-08 Thread Nick Johnson (Google)
Hi Nickolas, Different versions of your app get completely different runtimes. Changing a global variable as in your example does not change the file, only the value in the loaded module. -Nick Johnson On Mon, Feb 8, 2010 at 7:34 AM, Nickolas Daskalou n...@daskalou.com wrote: I know we're

Re: [google-appengine] Application versions code - completely separate or diff'd?

2010-02-08 Thread Nickolas Daskalou
Ah, runtime was the word I was looking for. Thanks Nick. :) Nick (not you, me) On 8 February 2010 22:38, Nick Johnson (Google) nick.john...@google.comwrote: Hi Nickolas, Different versions of your app get completely different runtimes. Changing a global variable as in your example does not

[google-appengine] Application versions code - completely separate or diff'd?

2010-02-07 Thread Nickolas Daskalou
I know we're able to access different versions of our apps using a URL like: http://VERSION.latest.APPID.appspot.com My question is: Is the code for each version totally separate from other versions, or are only the files that have been changed between versions separated (in which case files