commit | 415406999d7c09af9f3dcacfb4578b9e97b2ce77 | [log] [tgz] |
---|---|---|
author | Dino Viehland <dinoviehland@gmail.com> | Tue May 28 16:21:17 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue May 28 16:21:17 2019 -0700 |
tree | 99aba9596d3532bb75913ac7c1c8dda8aebd9f91 | |
parent | ab0716ed1ea2957396054730afbb80c1825f9786 [diff] |
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) * Makes symtable.symtable have parity for accepted datatypes for source code as compile() * Add NEWS blurb