Alexander Shorin
Alexander Shorin
@iblis17 This one could be done better today via ``` from setuptools import find_packages setup( ... packages=find_packages() ... ) ``` So no need to maintain that list.
@iblis17 no worries, you'd done great job here!
Cool! Have fun there! (:
Awesome! Thank you! As for security: forget about it. There is no safe sandboxing for Python, unless PyPy, but it's not proven to be secure AFAIK.
Hi @iblis17 If you're interested there were quite comprehensive discussion about sanboxing Python on python-dev@ ML. Check "Reviving restricted mode?" and "The pysandbox project is broken" threads there (sorry, I'm...
@iblis17 Feel free here anytime. Here we have a code as context, so it would be easy to talk about it.
@iblis17 I'm fine with either, just forget about the work you'd done (;
@alxpy Yeap, that's looks simpler for users. But it will overload ClientSession signature too much. Because digest and basic auths are not the only around. Having sort-of decorators / middlewares...
@makedir I think it worth to try and report back if you have the same problem to help to fix it. Things after 3 months could be changed a lot.
@calvinmetcalf very easy: in this case CouchDB implicitly sets [credentials=false](https://github.com/apache/couchdb-couch/blob/master/src/couch_httpd_cors.erl#L295) without raising an error or logging that fact.