Remove last references to obsolete py.code

Also remove some unnecessary references to py.builtin

Fix #305
This commit is contained in:
Bruno Oliveira
2018-07-23 17:33:59 -03:00
parent 55dc257f1c
commit fe1f239612
7 changed files with 25 additions and 19 deletions

3
changelog/305.bugfix.rst Normal file
View File

@@ -0,0 +1,3 @@
Remove last references to obsolete ``py.code``.
Remove some unnecessary references to ``py.builtin``.