These are the individual commits, you can apply them by passing all files to 
`git-am` (or the whole directory, if there are no other patches).


Attachments:

- 
[0001-Replace-string.atoi-by-int.patch](https://sourceforge.net/p/testlilyissues/issues/_discuss/thread/3681917380/1b95/attachment/0001-Replace-string.atoi-by-int.patch)
 (4.6 kB; text/x-patch)
- 
[0002-Replace-string.split-by-str.split.patch](https://sourceforge.net/p/testlilyissues/issues/_discuss/thread/3681917380/1b95/attachment/0002-Replace-string.split-by-str.split.patch)
 (1.4 kB; text/x-patch)
- 
[0003-Replace-string.join-by-sep.join.patch](https://sourceforge.net/p/testlilyissues/issues/_discuss/thread/3681917380/1b95/attachment/0003-Replace-string.join-by-sep.join.patch)
 (7.1 kB; text/x-patch)
- 
[0004-Replace-string.strip-by-str.strip.patch](https://sourceforge.net/p/testlilyissues/issues/_discuss/thread/3681917380/1b95/attachment/0004-Replace-string.strip-by-str.strip.patch)
 (747 Bytes; text/x-patch)
- 
[0005-Replace-string.replace-by-str.replace.patch](https://sourceforge.net/p/testlilyissues/issues/_discuss/thread/3681917380/1b95/attachment/0005-Replace-string.replace-by-str.replace.patch)
 (2.7 kB; text/x-patch)
- 
[0006-Drop-now-unused-import-string.patch](https://sourceforge.net/p/testlilyissues/issues/_discuss/thread/3681917380/1b95/attachment/0006-Drop-now-unused-import-string.patch)
 (2.8 kB; text/x-patch)


---

** [issues:#5580] Replace deprecated functions from string module**

**Status:** Started
**Created:** Sat Oct 19, 2019 12:10 PM UTC by Jonas Hahnfeld
**Last Updated:** Sat Oct 19, 2019 12:11 PM UTC
**Owner:** Jonas Hahnfeld


Replace deprecated functions from string module

These methods have been deprecated since at least Python 2.4 and their
replacements are available since at least that version.

Individual changes:
 * Replace string.atoi() by int()
 * Replace string.split() by str.split()
 * Replace string.join() by sep.join()
 * Replace string.strip() by str.strip()
 * Replace string.replace() by str.replace()
 * Drop now unused 'import string'

http://codereview.appspot.com/566920044


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
  • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development

Reply via email to