This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients AL3X_69, corona10, xtreak
Date 2020-04-18.12:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587213654.72.0.67418255479.issue40319@roundup.psfhosted.org>
In-reply-to
Content
Python 3.9.0a5+ (heads/master:c606624af8, Apr 18 2020, 18:42:51)
[Clang 11.0.3 (clang-1103.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> a = {"test": 1}
>>> b = {"type": 2}
>>> c = a.update(b)
>>> print(c)
None

on macOS master branch, the issue is not reproducible.
History
Date User Action Args
2020-04-18 12:40:54corona10setrecipients: + corona10, xtreak, AL3X_69
2020-04-18 12:40:54corona10setmessageid: <1587213654.72.0.67418255479.issue40319@roundup.psfhosted.org>
2020-04-18 12:40:54corona10linkissue40319 messages
2020-04-18 12:40:54corona10create