#9283: DeprecationWarnings caused by makemessages with Python 2.6 (os.popen3) ----------------------------------+----------------------------------------- Reporter: arkx | Owner: nobody Status: new | Milestone: Component: Internationalization | Version: 1.0 Keywords: python26 | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- I got the following !DeprecationWarnings when I used makemessages:
/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site- packages/django/core/management/commands/makemessages.py:131: !DeprecationWarning: os.popen3 is deprecated. Use the subprocess module. (stdin, stdout, stderr) = os.popen3(cmd, 't') /Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site- packages/django/core/management/commands/makemessages.py:151: !DeprecationWarning: os.popen3 is deprecated. Use the subprocess module. (stdin, stdout, stderr) = os.popen3('msguniq --to-code=utf-8 "%s"' % potfile, 't') /Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site- packages/django/core/management/commands/makemessages.py:158: !DeprecationWarning: os.popen3 is deprecated. Use the subprocess module. (stdin, stdout, stderr) = os.popen3('msgmerge -q "%s" "%s"' % (pofile, potfile), 't') -- Ticket URL: <http://code.djangoproject.com/ticket/9283> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---