I just noticed the same thing yesterday, also using recent trunk 
(2.6.0-development+timestamp.2013.06.27.07.20.48). If I enter this:

REGEX = re.compile('^(\w+).(\w+).(\w+)\=\=(\d+)$')


it gets saved properly. But when opened to be edited again, it changes into:

REGEX = re.compile('^(\w+).(\w+).(\w+)\=\=(\d+)htmlDefault#x27;)

It does look like the editor is doing string replacement when reading the 
file because if I correct the regex, it gets saved properly again.

Regards,
Ales

On Saturday, June 29, 2013 11:49:31 PM UTC+2, Alan Etkin wrote:
>
> Just a remark. Notice that it doesn't fail when saving, but when re-login 
>> into the administrative interface and reloading the file.
>>
>
> Me too with the latest trunk version
> 2.6.0-development+timestamp.2013.06.27.07.20.48
>
> The problem appears when saving and re-opening the file for edition with 
> the browser editor (there's no need actually to close the admin session).
> My guess is that the editor is doing some possibly illegal string 
> replacement when it reads the file.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to