fix unicode strftime #400
No reviewers
Labels
No labels
devtype -- backend
devtype -- docs
devtype -- frontend
devtype -- user interface
difficulty -- easy
difficulty -- hard
difficulty -- normal
Doing
domain -- bda
domain -- bds
domain -- cof
domain -- core
domain -- kfet
Good first issue
priority -- high
priority -- low
priority -- medium
priority -- staff-wanted
status -- development
status -- discussion
status -- need review
status -- production
status -- ready to merge
status -- todo
To Do
type -- bug
type -- hygiene
type -- improvement
type -- new feature
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/gestioCOF#400
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Aufinal/fix_bda_strftime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
La fonction strftime() de python n'a pas de support unicode : on est obliger d'encoder puis de décoder.
Quand on merge ça en prod, il faudra voir cocher les cases notif/tirage au cas par cas (si on a deja un acheteur il ne faut pas relancer le tirage !)
En python2 effectivement mais en py3 ça marche.
On peut effectivement essayer de rendre ce code py2 compatible mais cette MR casse quelque chose qui fonctionne en production.
Status changed to closed
Pull request closed