New submission from Nick Evans:
The docs say that set.update takes *args:
update(*others)
But actually set.update takes an optional iterable:
update([iterable])
--
assignee: docs@python
components: Documentation
messages: 283394
nosy: docs@python, nre3976
priority: normal
New submission from Nick Evans:
Python 3.5.0 shutil.copy2 doesn't raise PermissionError when it does not have
permission to copy a file (tested on Windows 7):
C:\Users\X\Desktop>C:\Users\X\AppData\Local\Programs\Python\Python35-32\python.exe
Python 3.5.0 (v3.5.0:374f501f4567, Sep 13