Changes between Version 26 and Version 29 of Ticket #6882
- Timestamp:
- 06/27/14 14:35:51 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6882 – Description
v26 v29 13 13 }}} 14 14 The ticket should implement `multi_word_replace()` in `sage.misc.multireplace` and use that on a symtable with additional entries `'e':'_e', 'i':'_i', 'I':'_I'`. 15 16 We do not want to be surprised when some new Maxima variable starting %i is introduced. At the moment it's really just a string replace from %i to I, without sense of word boundaries.