Changes by Eli_B :
--
nosy: +Eli_B
___
Python tracker
<http://bugs.python.org/issue6792>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Change by Eli_B :
--
nosy: +Eli_B
___
Python tracker
<https://bugs.python.org/issue25190>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Eli_B added the comment:
I suggest that after reset_mock(), deleted attributes should be available
again. In other words, their deletion is reset.
I'm opening a PR to this effect.
I reported this issue to testing-cabal's mock repo in May 2016
(https://github.com/testing-cabal/moc
Change by Eli_B :
--
pull_requests: +10053
___
Python tracker
<https://bugs.python.org/issue31177>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Eli_B :
--
pull_requests: +10074
___
Python tracker
<https://bugs.python.org/issue31177>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Eli_B:
The documentation says isinstance(x, (int, int)) would be fixed to
isinstance(x, (int)). The fix is actually isinstance(x, int).
I propose the following text instead:
"
2to3fixer:: isinstance
Fixes duplicate types in the second argument of :func:`isinstance`.
New submission from Eli_B :
In module struct's docstring, it says:
"...
The optional first format char indicates byte order, size and alignment:\n
@: native order, size & alignment (default)\n
=: native order, std. size & alignment\n
<: little-endian, std. size &
Change by Eli_B :
--
nosy: +Eli_B
___
Python tracker
<https://bugs.python.org/issue15443>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Eli_B :
--
nosy: +Eli_B
___
Python tracker
<http://bugs.python.org/issue17023>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Changes by Eli_B :
--
nosy: +Eli_B
___
Python tracker
<http://bugs.python.org/issue24313>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Eli_B added the comment:
On 64-bit Windows, my 64-bit Python 2.7.9 and my 32-bit 2.7.10 Python both
reproduce the failure with a similar traceback.
--
___
Python tracker
<http://bugs.python.org/issue24
Changes by Eli_B :
--
nosy: +Eli_B
___
Python tracker
<http://bugs.python.org/issue27715>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
12 matches
Mail list logo