Podcast
Questions and Answers
Which PEP introduced a syntactic formalization of f-strings?
Which PEP introduced a syntactic formalization of f-strings?
- PEP 695
- PEP 701 (correct)
- PEP 709
- PEP 684
Which PEP introduced a per-interpreter GIL in Python 3.12?
Which PEP introduced a per-interpreter GIL in Python 3.12?
- PEP 669
- PEP 695
- PEP 701
- PEP 684 (correct)
Which PEP introduced the ability to override the behavior of static type checking decorators in Python 3.12?
Which PEP introduced the ability to override the behavior of static type checking decorators in Python 3.12?
- PEP 688
- PEP 709
- PEP 698 (correct)
- PEP 692
Which module was removed in Python 3.12?
Which module was removed in Python 3.12?
Which PEP introduced a new syntax for type parameters in Python 3.12?
Which PEP introduced a new syntax for type parameters in Python 3.12?
Which of the following is NOT a new feature introduced in Python 3.12?
Which of the following is NOT a new feature introduced in Python 3.12?
Which of the following statements about the improvements to the pathlib.Path class in Python 3.12 is correct?
Which of the following statements about the improvements to the pathlib.Path class in Python 3.12 is correct?
According to the release notes, which of the following statements about the performance improvements in Python 3.12 is NOT true?
According to the release notes, which of the following statements about the performance improvements in Python 3.12 is NOT true?
Which of the following statements about the security improvements in Python 3.12 is correct?
Which of the following statements about the security improvements in Python 3.12 is correct?
According to the release notes, which of the following statements about the improvements to the os module in Python 3.12 is true?
According to the release notes, which of the following statements about the improvements to the os module in Python 3.12 is true?