◐ Shell
clean mode source ↗

Enforce PEP 257 conventions in ftplib.py by alanyee · Pull Request #15604 · python/cpython

Enforce PEP 257 conventions

eamanu

aeros

@alanyee

corona10

corona10

corona10

@alanyee

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
Co-Authored-By: Kyle Stanley <aeros167@gmail.com>

gvanrossum

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
-`"""` over `'''`
-no blank line either before or after the docstring.
-place the closing quotes on a line by themselves

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
-`"""` over `'''`
-no blank line either before or after the docstring.
-place the closing quotes on a line by themselves

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
-`"""` over `'''`
-no blank line either before or after the docstring.
-place the closing quotes on a line by themselves