diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-11-28 14:14:04 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-11-28 14:15:38 +0000 |
commit | d51c100504361362ec257f4ad48fe20af609671b (patch) | |
tree | dfa941cd8cba2bbd85fa469ff8197310583dd101 | |
parent | 04eeb1ad7ee9babaaeafbcf1ad1095de26d7d581 (diff) | |
download | python-setuptools-git-d51c100504361362ec257f4ad48fe20af609671b.tar.gz |
Add news fragment
-rw-r--r-- | changelog.d/3713.misc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/3713.misc.rst b/changelog.d/3713.misc.rst new file mode 100644 index 00000000..b5d07f07 --- /dev/null +++ b/changelog.d/3713.misc.rst @@ -0,0 +1,2 @@ +Fixed incomplete ``getattr`` statement that caused problems when accessing +undefined attribute. |