Opened at 2012-11-08T01:49:22Z
Last modified at 2014-04-22T14:47:23Z
#1847 closed defect
Ugly shadowing of Client.DEFAULT_ENCODING_PARAMETERS — at Initial Version
Reported by: | davidsarah | Owned by: | davidsarah |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.1 |
Component: | code-encoding | Version: | 1.9.2 |
Keywords: | reviewed | Cc: | |
Launchpad Bug: |
Description
Client in git/src/allmydata/client.py has a class attribute called DEFAULT_ENCODING_PARAMETERS, and an instance attribute also called DEFAULT_ENCODING_PARAMETERS that shadows it. This is ugly and confusing.
The linked pull request changes the name of the latter to _encoding_parameters.
Note: See
TracTickets for help on using
tickets.