unicode() date strings. #75
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#75
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Date/time stamps on non-english locales are crappy. Add unicode() around strftime().
I made a patch by myself. Tried to create pull request, but maybe I have no permission to do it.
You shouldn't need special permission to create a pull request. When I receive it I'll accept it.
Maybe I'm a newbie to git, but I couldn't fire up neither a proper button on "Pull Requests" page, nor keyboard shortcut.
BTW, should I create a branch and modify it in order to create a pull request?
That git is too... strange for oldschooler.
The "pull request" button is at the top of Github.
First fork PyBitmessage. Then clone to your computer. Then make changes. Then push committed changes back to your fork on Github then you can hit the pull request button.
That's it! I must fork it, then clone, then push... Thanks for instructions, but it's much more complex than simply attaching the output of "diff". Anyway, thanks.