1
0
mirror of https://github.com/django/django.git synced 2025-02-05 15:06:48 +00:00
django/tests/regressiontests
Claude Paroz d7dfab59ea Replaced cStringIO.StringIO by io.BytesIO.
Also replaced StringIO.StringIO by BytesIO in some other appropriate
places. StringIO is not available in Python 3.
2012-05-05 21:41:44 +02:00
..