Errata
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted By | Date submitted | Date corrected |
---|---|---|---|---|---|
Introduction Encapsulation and Abstractions |
The code example with duckduckgo is not compatible with modern Python (3). The following is needed to reproduce the search result of the other examples Note from the Author or Editor: |
Olav Vahtras | Jun 12, 2020 | ||
1. Domain Modeling Section "Dataclasses Are Great for Value Objects" |
I am reading Architecture Patterns with Python. In chapter 1, Domain Modeling, I am reading the section "Dataclasses Are Great for Value Objects." The examples of "Math with Value Objects" do not work. I have tried Python 3.6 and Python 3.8. Am I missing something here? I see this occur: Note from the Author or Editor: |
Tom Huibregtse | Mar 31, 2021 | ||
9 Digital edition, Chapter 9, Figures 9.1 and 9.2 |
Chapter 9, Figures 9.1 and 9.2 are identical. Note from the Author or Editor: |
Jazeps Basko | Mar 08, 2020 | ||
Printed | Page 85 class AbstractUnitOfWork |
__enter__(self) is missing Note from the Author or Editor: |
Anonymous | Oct 27, 2020 | |
Page 116 Figure 6-2. With UoW: UoW now manages database state |
I believe the arrow from "Services" to the "Domain" is missing. If I am wrong, I would appreciate a clarification why. Note from the Author or Editor: |
Christopher Graf | Jan 27, 2022 |