Changes between Initial Version and Version 1 of Ticket #34758, comment 2
- Timestamp:
- Aug 2, 2023, 4:25:14 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34758, comment 2
initial v1 3 3 4 4 From the code in main, that doesn't seem to be the case: 5 ``` 6 @cached_property5 {{{ 6 @cached_property 7 7 def num_pages(self): 8 8 """Return the total number of pages.""" … … 10 10 return 0 11 11 ... 12 ``` 12 }}} 13 13 Even so, the behavior for this public function changed when a valid integer of zero is passed. Is documentation of this change not in order at least?