Issue 14890: typo in difflib (original) (raw)

Issue14890

Created on 2012-05-23 16:06 by ninsen, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mywork.patch ninsen,2012-05-23 16:06 review
Messages (5)
msg161430 - (view) Author: ninsen (ninsen) Date: 2012-05-23 16:17
This is my first patch.
msg161433 - (view) Author: Hynek Schlawack (hynek) * (Python committer) Date: 2012-05-23 16:20
Hmmm, iff could be also meant as a abbreviation for “if and only if": http://en.wikipedia.org/wiki/Iff IIRC is the usage of such abbreviations rather frowned upon though.
msg161435 - (view) Author: Ross Lagerwall (rosslagerwall) (Python committer) Date: 2012-05-23 16:23
Yeah, I'm pretty sure it means if and only if.
msg161486 - (view) Author: ninsen (ninsen) Date: 2012-05-24 08:11
My bad, closing...
msg161595 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-05-25 18:41
Thanks for wanting to contribute nonetheless! Don’t hesitate to make patches for other bugs. You may be interested in the core-mentorship mailing list http://mail.python.org/mailman/listinfo/core-mentorship where any question will receive a friendly answer (python-dev can be rough :)
History
Date User Action Args
2022-04-11 14:57:30 admin set github: 59095
2012-05-25 18:41:35 eric.araujo set nosy: + eric.araujomessages: + resolution: works for mestage: resolved
2012-05-24 08:11:38 ninsen set status: open -> closedmessages: +
2012-05-23 16:23:39 rosslagerwall set nosy: + rosslagerwallmessages: +
2012-05-23 16:20:59 hynek set nosy: + hynekmessages: +
2012-05-23 16:17:20 ninsen set messages: +
2012-05-23 16:08:13 ninsen set type: behavior ->
2012-05-23 16:06:05 ninsen create