Skip to content

Commit 92fb117

Browse files
committed
Add Batuhan Taskaya as a contributor to news entries
1 parent a015314 commit 92fb117

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ multiline indented output.
124124
Added the :func:`ast.unparse` as a function in the :mod:`ast` module that can
125125
be used to unparse an :class:`ast.AST` object and produce a string with code
126126
that would produce an equivalent :class:`ast.AST` object when parsed.
127-
(Contributed by Pablo Galindo in :issue:`38870`.)
127+
(Contributed by Pablo Galindo and Batuhan Taskaya in :issue:`38870`.)
128128

129129
asyncio
130130
-------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Expose :func:`ast.unparse` as a function of the :mod:`ast` module that can
22
be used to unparse an :class:`ast.AST` object and produce a string with code
33
that would produce an equivalent :class:`ast.AST` object when parsed. Patch
4-
by Pablo Galindo.
4+
by Pablo Galindo and Batuhan Taskaya.

0 commit comments

Comments
 (0)