Opened 9 years ago

Closed 9 years ago

#24520 closed Cleanup/optimization (fixed)

Add documentation for supports_microseconds widget property

Reported by: Panos Katseas Owned by: wdmgsm
Component: Documentation Version: 1.7
Severity: Normal Keywords:
Cc: jiguromusha7@…, wdmgsm Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As mentioned here, supports_microseconds is lacking documentation

Change History (12)

comment:1 by Panos Katseas, 9 years ago

Owner: set to Panos Katseas
Status: newassigned
Version: 1.7

comment:2 by Baptiste Mispelon, 9 years ago

Triage Stage: UnreviewedAccepted

comment:3 by wdmgsm, 9 years ago

Documentation is in this PR.

comment:4 by Panos Katseas, 9 years ago

So this documentation addition mentions the microsecond stripping, but would it be prudent to add a more detailed reference to what supports_microseconds is about? For example, by adding another documentation block in the Widget page that explains how one can skip microsecond stripping by setting supports_microseconds = True.

comment:5 by Panos Katseas, 9 years ago

Cc: jiguromusha7@… added
Owner: Panos Katseas removed
Status: assignednew

comment:6 by wdmgsm, 9 years ago

Owner: set to wdmgsm
Status: newassigned

comment:7 by wdmgsm, 9 years ago

Cc: wdmgsm added

comment:8 by Tim Graham, 9 years ago

Has patch: set
Type: UncategorizedCleanup/optimization

comment:9 by Tim Graham, 9 years ago

Patch needs improvement: set

Need to make the code change for #24497 first.

comment:10 by Tim Graham, 9 years ago

Patch needs improvement: unset

comment:11 by Tim Graham, 9 years ago

Triage Stage: AcceptedReady for checkin

comment:12 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In 10f7cfeb:

Fixed #24520 -- Documented Widget.supports_microseconds

Note: See TracTickets for help on using tickets.
Back to Top