[Checkins] [zopefoundation/zope.i18n] 0b1ab1: Fix the signature of IMessageCatalog.getPluralMess...

Marius Gedminas noreply at github.com
Wed Jul 10 14:55:38 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.i18n
  Commit: 0b1ab1c6da31996f63891f12fce50e2e1e703453
      https://github.com/zopefoundation/zope.i18n/commit/0b1ab1c6da31996f63891f12fce50e2e1e703453
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-07-10 (Wed, 10 Jul 2019)

  Changed paths:
    M CHANGES.rst
    M src/zope/i18n/interfaces/__init__.py

  Log Message:
  -----------
  Fix the signature of IMessageCatalog.getPluralMessage()

Also make sure we don't include literal U+0000 and U+FFFD characters in
the docstring of INumberFormat on Python 3 were \u is a real escape
sequence in non-u-prefixed tripple-quoted strings.


  Commit: fc0389ad828d42f3e98aa2d1bae96b203c1b7b5e
      https://github.com/zopefoundation/zope.i18n/commit/fc0389ad828d42f3e98aa2d1bae96b203c1b7b5e
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-07-10 (Wed, 10 Jul 2019)

  Changed paths:
    M CHANGES.rst
    M src/zope/i18n/interfaces/__init__.py

  Log Message:
  -----------
  Merge pull request #42 from zopefoundation/fix-interface

Fix the signature of IMessageCatalog.getPluralMessage()


Compare: https://github.com/zopefoundation/zope.i18n/compare/b6f4f1710d34...fc0389ad828d


More information about the checkins mailing list