[Checkins] SVN: zope.app.locales/trunk/ Back to development: 3.7.1

Michael Howitz mh at gocept.com
Wed Mar 2 09:06:22 EST 2011


Log message for revision 120676:
  Back to development: 3.7.1

Changed:
  U   zope.app.locales/trunk/CHANGES.txt
  U   zope.app.locales/trunk/setup.py
  U   zope.app.locales/trunk/src/zope/app/locales/tests.py

-=-
Modified: zope.app.locales/trunk/CHANGES.txt
===================================================================
--- zope.app.locales/trunk/CHANGES.txt	2011-03-02 14:03:20 UTC (rev 120675)
+++ zope.app.locales/trunk/CHANGES.txt	2011-03-02 14:06:21 UTC (rev 120676)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.7.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.7.0 (2011-03-02)
 ------------------
 

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2011-03-02 14:03:20 UTC (rev 120675)
+++ zope.app.locales/trunk/setup.py	2011-03-02 14:06:21 UTC (rev 120676)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.locales',
-      version='3.7.0',
+      version='3.7.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope locale extraction and management utilities',

Modified: zope.app.locales/trunk/src/zope/app/locales/tests.py
===================================================================
--- zope.app.locales/trunk/src/zope/app/locales/tests.py	2011-03-02 14:03:20 UTC (rev 120675)
+++ zope.app.locales/trunk/src/zope/app/locales/tests.py	2011-03-02 14:06:21 UTC (rev 120676)
@@ -22,10 +22,6 @@
 
 
 class TestIsUnicodeInAllCatalog(unittest.TestCase):
-    """
-    """
-    def setUp(self):
-        pass
 
     def test_is_unicode(self):
         from zope.i18n.gettextmessagecatalog import GettextMessageCatalog
@@ -45,6 +41,8 @@
                 The language is %s (zope.po).
                 Value of the message catalog should be in unicode""" % (lang,)
                                         )
+
+
 class ZCMLTest(unittest.TestCase):
 
     def test_configure_zcml_should_be_loadable(self):



More information about the checkins mailing list