14.10.20 20:56, Brett Cannon пише: > I think if the project is not maintained externally and thus synced into > the stdlib we can drop the attributes.
I have found only one exception. decimal.__version__ refers to the version of the external specification which was not changed since 2009. I think it should be kept, although it might be better to use different name for it (like "spec_version"). I do not know about any current projects maintained externally and synced into the stdlib. simplejson and ElementTree are too different now from the stdlib versions. Some features flow in both directions, but selectively on case by case basis, not as full sync. External argparse is outdated now. _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/MIEMWWC5W2WKV25WTARXACQOIUBUUSLS/ Code of Conduct: http://python.org/psf/codeofconduct/