#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.

Change History (0)

Note: See TracTickets for help on using tickets.