--
Ticket URL: <https://code.djangoproject.com/ticket/23905>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Tim Graham <timograham@…>):
In [changeset:"ebb927c4c997d4c8d9a55ec78cd2476a13bd1782"]:
{{{
#!CommitTicketReference repository=""
revision="ebb927c4c997d4c8d9a55ec78cd2476a13bd1782"
Removed workaround for lack of os.getpid() in Jython.
The Jython bug was fixed in http://bugs.jython.org/issue1518
(tested on Jython 2.7b3); also updated make_msgid() to be more like
the version in Python 3.2+; refs #23905.
Thanks Simon Charette for testing and review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23905#comment:1>
* has_patch: 0 => 1
* stage: Someday/Maybe => Accepted
Comment:
[https://github.com/django/django/pull/7895 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/23905#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"9e917cc29181ad32abc21488ee70e739ce805f3a" 9e917cc2]:
{{{
#!CommitTicketReference repository=""
revision="9e917cc29181ad32abc21488ee70e739ce805f3a"
Fixed #23905, refs #23919 -- Used make_msgid() from stdlib.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23905#comment:3>