Skip to content

PeriodBuilder shouldn't support equality or hashability natively #91

@GoogleCodeExporter

Description

@GoogleCodeExporter
PeriodBuilder supports value equality and hashability. Why?

a. It's not particularly usual for builders to support these operations, since 
they're almost never compared with other instances.  (Also insert standard 
comment about hashability for mutable values.)
b. PeriodBuilder actually supports a _different_ notion of equality from 
Period, because absent values _are_ differentiated from zero values (while 
they're not in Period).

Original issue reported on code.google.com by malcolm.rowe on 26 Jul 2012 at 2:31

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions