Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-11572: Make several minor improvements to copy module #8208

Merged
merged 1 commit into from Jul 9, 2018

Conversation

berkerpeksag
Copy link
Member

@berkerpeksag berkerpeksag commented Jul 9, 2018

  • When doing getattr lookups with a default of "None", it
    now uses an "is" comparison against None which is more
    correct
  • Removed outdated code

Patch by Brandon Rhodes.

https://bugs.python.org/issue11572

* When doing getattr lookups with a default of "None", it
  now uses an "is" comparison against None which is more
  correct
* Removed outdated code

Patch by Brandon Rhodes.
@berkerpeksag berkerpeksag merged commit 2708578 into python:master Jul 9, 2018
@berkerpeksag berkerpeksag deleted the 11572-copy-improvements branch July 9, 2018 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants