﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9283	DeprecationWarnings caused by makemessages with Python 2.6 (os.popen3)	Aku Kotkavuo	nobody	"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')"		closed	Internationalization	1.0		fixed	python26		Unreviewed	0	0	0	0	0	0
