1. 30 Sep, 2000 5 commits
  2. 29 Sep, 2000 14 commits
  3. 28 Sep, 2000 18 commits
  4. 27 Sep, 2000 3 commits
    • Fred Drake's avatar
    • Fred Drake's avatar
      Regression test for ConfigParser module. · 8ef6767e
      Fred Drake authored
      8ef6767e
    • Fred Drake's avatar
      Allow spaces in section names. · 2a37f9f8
      Fred Drake authored
      Do not expose the __name__ when reporting the list of options available
      for a section since that is for internal use.
      
      This closes SourceForge bug #115357.
      
      Additionally, define InterpolationDepthError and MAX_INTERPOLATION_DEPTH.
      The exception is raised by get*() when value interpolation cannot be
      completed within the defined recursion limit.  The constant is only
      informative; changing it will not affect the allowed depth.
      
      Fix the exit from get() so that None is not returned if the depth is met
      or exceeded; either return the value of raise InterpolationDepthError.
      2a37f9f8