суббота, 11 мая 2019 г., 5:12:26 UTC+3 пользователь Val K написал: > > As result of experimenting with Rapydscript I want to present my > alternative web IDE for web2py, > (that could be easily ported to web3py as well) > https://github.com/valq7711/vue2pyj > > Any feedback is appreciated > > 2) > def safe_read(fp): > with open(fp, 'rb') as f: > ^^^ > ret = f.read() > return to_str(ret) > ^^^^^^ >
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/546e44ad-cf84-4a7b-bf70-d56abac9d2e8%40googlegroups.com.

