[issue7619] imaplib shouldn't use cause DeprecationWarnings in 2.6

2010-01-02 Thread djc
djc dirk...@ochtman.nl added the comment: Awesome, thanks! Will this be ported to the 2.6.x branch? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7619 ___

[issue7619] imaplib shouldn't use cause DeprecationWarnings in 2.6

2010-01-02 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: 2010/1/2 djc rep...@bugs.python.org: djc dirk...@ochtman.nl added the comment: Awesome, thanks! Will this be ported to the 2.6.x branch? It already is. -- ___ Python tracker

[issue7619] imaplib shouldn't use cause DeprecationWarnings in 2.6

2010-01-02 Thread djc
djc dirk...@ochtman.nl added the comment: Perfect. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7619 ___ ___ Python-bugs-list mailing list

[issue7619] imaplib shouldn't use cause DeprecationWarnings in 2.6

2010-01-01 Thread djc
New submission from djc dirk...@ochtman.nl: imaplib still calls os.popen2(), which has been deprecated in 2.6. It should probably use subprocess instead, even in 2.6, IMO. See http://bugs.gentoo.org/show_bug.cgi?id=282859 -- components: Library (Lib) messages: 97121 nosy: djc severity:

[issue7619] imaplib shouldn't use cause DeprecationWarnings in 2.6

2010-01-01 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r77222. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7619