commit | 0363a4014d90df17a29042de008ef0b659f92505 | [log] [tgz] |
---|---|---|
author | Steven Hsu <hsuhaochun@gmail.com> | Mon Jul 26 09:11:12 2021 +0800 |
committer | GitHub <noreply@github.com> | Sun Jul 25 21:11:12 2021 -0400 |
tree | f7dd9c73c8b468d2e92ce4f5e3475fdf5953d2f5 | |
parent | 4214f470f0cb9b6fef9a90758756fbc00ba95b5a [diff] |
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) Replace sentence with confusing "pseudo-module" with two sentences separating future statements and the __future__ module. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>