Ticket #4999 enhancement closed fixed
replace call to functions from the string module in the python module
| Reported by: | nueces | Owned by: | thijs |
|---|---|---|---|
| Priority: | normal | Milestone: | Python-3.x |
| Component: | core | Keywords: | py3k |
| Cc: | Branch: | branches/str-methods-python-4999-2 | |
| Author: | nueces, thijs | Launchpad Bug: |
Description
To make the port to python 3k more easy, I'm replacing all the calls to functions from the string module, for their equivalent from the str type object or calling directly to the built-in method of the string variable.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

