You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst/porting_guides
Rick Elrod 2ad10ffe43 hostname: Make strategies consistent, drop py2.4
Change:
- Make strategies behave consistently and return the empty string
  instead of "UNKNOWN" (or "temporarystub") for the "before" value if
  the permanent hostname file does not exist or could not be read.
- Switch to `with open()` instead of annoying exception handling code
  (which was wrong and leaked file handles in several places). This
  drops Python 2.4 support for this module.
- Updated porting guide since users could be relying on these former,
  inconsistent values.

Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
..
core_porting_guides.rst
porting_guide_2.0.rst
porting_guide_2.3.rst
porting_guide_2.4.rst
porting_guide_2.5.rst
porting_guide_2.6.rst
porting_guide_2.7.rst
porting_guide_2.8.rst
porting_guide_2.9.rst
porting_guide_2.10.rst
porting_guide_3.rst
porting_guide_4.rst
porting_guide_base_2.10.rst
porting_guide_core_2.11.rst
porting_guide_core_2.12.rst hostname: Make strategies consistent, drop py2.4 4 years ago
porting_guides.rst