[issue46185] Python 3.10.1 installer refers to /Applications/Python 3.9 Install Certificates

2021-12-27 Thread Jaap Roes


New submission from Jaap Roes :

The Python 3.10.1 installer on macOS has the text "A sample command script is 
included in /Applications/Python 3.9" when mentioning the "Install 
Certificates" command. This location doesn't exist (unless one has installed 
Python 3.9).

The source of this text can be found here:

https://github.com/python/cpython/blob/f4c03484da59049eb62a9bfb963e2267d187/Mac/BuildScript/resources/ReadMe.rtf#L29

--
components: Installation
messages: 409230
nosy: jaap3, ned.deily
priority: normal
severity: normal
status: open
title: Python 3.10.1 installer refers to /Applications/Python 3.9 Install 
Certificates
versions: Python 3.10

___
Python tracker 
<https://bugs.python.org/issue46185>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45756] mock raises exception when using a spec with an attribute that raises exception on access

2021-11-13 Thread Jaap Roes


Jaap Roes  added the comment:

I think I encountered this when trying to mock `requests.Response`:  
https://github.com/psf/requests/issues/5944

--
nosy: +jaap3

___
Python tracker 
<https://bugs.python.org/issue45756>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com