[issue34995] functools.cached_property does not maintain the wrapped method's __isabstractmethod__

2018-10-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : What is the use case of this? -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bu

[issue16965] 2to3 should rewrite execfile() to open in 'rb' mode

2018-10-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset f5e00f490ab5abfcf5e38e58bf969c7b5dcb4818 by Serhiy Storchaka (Zackery Spytz) in branch '2.7': [2.7] bpo-16965: 2to3 now rewrites execfile() to open with rb. (GH-8569) (GH-9890) https://github.com/python/cpython/commit/f5e00f490ab5abfcf5e38e58

[issue16965] 2to3 should rewrite execfile() to open in 'rb' mode

2018-10-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34995] functools.cached_property does not maintain the wrapped method's __isabstractmethod__

2018-10-15 Thread Matt Wilber
Matt Wilber added the comment: This allows a developer to add a @cached_property to a method with the @abstractmethod decorator, without breaking the check for abstract methods on ABC instantiation. That is, if you tried to instantiate an ABC with a method that had a method decorated with @c

[issue34844] logging.Formatter enhancement - Checking on style and fmt fields

2018-10-15 Thread Vinay Sajip
Change by Vinay Sajip : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue34967] Sphinx is deprecating add_description_unit

2018-10-15 Thread miss-islington
miss-islington added the comment: New changeset 514bbfc7fc4dcb868d4364632ad14c0533af154f by Miss Islington (bot) in branch '3.7': bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) https://github.com/python/cpython/commit/514bbfc7fc4dcb868d4364632ad14c0533af

[issue34967] Sphinx is deprecating add_description_unit

2018-10-15 Thread miss-islington
miss-islington added the comment: New changeset e2c3bc7e79c3506609845f7f62ba102e6c7e9993 by Miss Islington (bot) in branch '3.6': bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) https://github.com/python/cpython/commit/e2c3bc7e79c3506609845f7f62ba102e6c7e

[issue34967] Sphinx is deprecating add_description_unit

2018-10-15 Thread miss-islington
miss-islington added the comment: New changeset f82c9f1e1af8d35056a6961281d72467b4c46b8d by Miss Islington (bot) in branch '2.7': bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) https://github.com/python/cpython/commit/f82c9f1e1af8d35056a6961281d72467b4c4

[issue34967] Sphinx is deprecating add_description_unit

2018-10-15 Thread Julien Palard
Change by Julien Palard : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

<    1   2