[Checkins] [zopefoundation/zope.i18nmessageid] 42699c: Fix copying Message in pure-python.

GitHub noreply at github.com
Fri Oct 19 18:48:03 CEST 2018


  Branch: refs/heads/issue14
  Home:   https://github.com/zopefoundation/zope.i18nmessageid
  Commit: 42699ccf90d352200199dcd8dee0894591d9577b
      https://github.com/zopefoundation/zope.i18nmessageid/commit/42699ccf90d352200199dcd8dee0894591d9577b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-10-19 (Fri, 19 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/zope/i18nmessageid/_zope_i18nmessageid_message.c
    M src/zope/i18nmessageid/message.py
    M src/zope/i18nmessageid/tests.py

  Log Message:
  -----------
  Fix copying Message in pure-python.

Do it like the C extension does, by actually copying from the other object and then setting attributes if needed.

Also drop old C support code for Python < 2.6



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list