This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients benjamin.peterson, ezio.melotti, flox, gvanrossum, ncoghlan, njs, xgdomingo
Date 2017-10-11.02:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507688200.43.0.213398074469.issue17960@psf.upfronthosting.co.za>
In-reply-to
Content
Nathaniel raised a valid concern about the draft PEP over in https://bugs.python.org/issue30744#msg302475, so I've been considering whether or not it would be possible to make the write-through proxy idea work without introducing other problems.

I think I have a workable design concept for that approach now: https://bugs.python.org/issue30744#msg304099

So the next step will be to see if that actually does work as well as I think it will, and if so, update the PEP accordingly.
History
Date User Action Args
2017-10-11 02:16:40ncoghlansetrecipients: + ncoghlan, gvanrossum, benjamin.peterson, ezio.melotti, njs, flox, xgdomingo
2017-10-11 02:16:40ncoghlansetmessageid: <1507688200.43.0.213398074469.issue17960@psf.upfronthosting.co.za>
2017-10-11 02:16:40ncoghlanlinkissue17960 messages
2017-10-11 02:16:40ncoghlancreate