Skip to content

Commit 2c7eaeb

Browse files
committed
add news and ack entry
1 parent d0387fc commit 2c7eaeb

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Lib/test/test_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
182182
>>> class class_with_docstring:
183183
... '''This is a docstring for class'''
184+
... '''This line is not docstring'''
184185
... pass
185186
186187
>>> print(class_with_docstring.__doc__)

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ Tomáš Hrnčiar
820820
Miro Hrončok
821821
Chiu-Hsiang Hsu
822822
Chih-Hao Huang
823+
Xuanteng Huang
823824
Christian Hudon
824825
Benoît Hudson
825826
Lawrence Hudson
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Set ``ste_has_docstring`` for ``class`` and ``module`` in corresponding
2+
symbol table entry.

0 commit comments

Comments
 (0)