Skip to content

Stan's suggestions for programming FAQ update#80

Merged
hugovk merged 2 commits into
hugovk:3.15-Doc/faq/programming.rstfrom
StanFromIreland:3.15-Doc/faq/programming.rst
Mar 8, 2026
Merged

Stan's suggestions for programming FAQ update#80
hugovk merged 2 commits into
hugovk:3.15-Doc/faq/programming.rstfrom
StanFromIreland:3.15-Doc/faq/programming.rst

Conversation

@StanFromIreland
Copy link
Copy Markdown

@StanFromIreland StanFromIreland commented Mar 7, 2026


📚 Documentation preview 📚: https://cpython-previews--80.org.readthedocs.build/

Comment thread Doc/faq/programming.rst

The same is true of the various assignment operators (``=``, ``+=`` etc). They
are not truly operators but syntactic delimiters in assignment statements.
The same is true of the various assignment operators (``=``, ``+=``, and so on).
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed one!;-)

Comment thread Doc/faq/programming.rst Outdated
Comment thread Doc/faq/programming.rst
.. testcode::

from datetime import date
import datetime as dt
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might as well be consistent...

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep! I have a followup PR to come, but might as well do this one here :)

Comment thread Doc/faq/programming.rst Outdated
Comment thread Doc/faq/programming.rst
.. testcode::

from datetime import date
import datetime as dt
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep! I have a followup PR to come, but might as well do this one here :)

@hugovk hugovk merged commit cf5bdfc into hugovk:3.15-Doc/faq/programming.rst Mar 8, 2026
3 of 6 checks passed
@StanFromIreland StanFromIreland deleted the 3.15-Doc/faq/programming.rst branch March 8, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants