Hugo van Kemenade

Results 1426 comments of Hugo van Kemenade
trafficstars

For the next PEP, please wait until the initial PR is merged before opening the [PEP discussion](https://discuss.python.org/t/pep-795-add-deep-immutability-to-python/96014), because we want to share the official peps.python.org URL and not the PR...

Would something like this work for you? ```diff diff --git a/src/humanize/i18n.py b/src/humanize/i18n.py index 42447b0..c4ca274 100644 --- a/src/humanize/i18n.py +++ b/src/humanize/i18n.py @@ -71,6 +71,9 @@ def activate( Raises: Exception: If humanize cannot...

Great, would you like to put together a PR?

No rush at all :) Have fun with Ludum Dare!

Thanks for the suggestion. My first impression is it might be out of scope, but please could you give some examples of input and expected output?

Here's a blog post on "The Deceptively Complex World of RRULEs in Calendar Events": * https://www.nylas.com/blog/calendar-events-rrules/ Which links to the spec in RFC 2445: * https://datatracker.ietf.org/doc/html/rfc2445#section-4.8.5.4 For comparison, here's a...