On Tue, Mar 6, 2012 at 8:34 PM, Stefan Krah <[email protected]> wrote: > The obvious question is: Will anyone need view==NULL in the future or > can we remove the special case?
The public API will still need a guard (to report an error), but +1 for otherwise eliminating the undocumented special case. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
