Opened 12 years ago
Closed 12 years ago
#18443 closed New feature (fixed)
Import string/numeric types from py3.py
Reported by: | Claude Paroz | Owned by: | nobody |
---|---|---|---|
Component: | Python 3 | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Now that we have the django/utils/py3.py layer, the next step is to use it to import Python 2/3 compatible string and numeric types.
See also https://docs.djangoproject.com/en/dev/topics/python3/#renamed-types
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
If I understand correctly the scope of this ticket, it was done in [3cb2457f46], [bdca5ea345] and [56dbe924a6].
Note:
See TracTickets
for help on using tickets.
Pull request is https://github.com/django/django/pull/129