Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convenience full_name method for User #949

Merged
merged 1 commit into from
Dec 30, 2017
Merged

Convenience full_name method for User #949

merged 1 commit into from
Dec 30, 2017

Conversation

graynk
Copy link
Contributor

@graynk graynk commented Dec 24, 2017

Returns full name (first + last) if last name is present or just the first name if not present.

@robert-cody
Copy link

In many locales format should be "surname name" (which is BTW more useful for sorting), so it's better to make locale as incoming optional parameter and return full_name depending on locale.

@codecov
Copy link

codecov bot commented Dec 24, 2017

Codecov Report

Merging #949 into master will decrease coverage by 0.11%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #949      +/-   ##
==========================================
- Coverage    91.8%   91.69%   -0.12%     
==========================================
  Files         103      103              
  Lines        4040     4044       +4     
  Branches      638      639       +1     
==========================================
- Hits         3709     3708       -1     
- Misses        193      197       +4     
- Partials      138      139       +1
Impacted Files Coverage Δ
telegram/user.py 86.95% <100%> (+1.24%) ⬆️
telegram/utils/request.py 66.96% <0%> (-0.9%) ⬇️
telegram/bot.py 87.51% <0%> (-0.5%) ⬇️

@graynk
Copy link
Contributor Author

graynk commented Dec 24, 2017

I don't think this information is in python locale module though?
It seems to have been in CLDR at some point, but not anymore, if I understand it correctly. In any case, I view this as just a simpler version of User.name method that works exactly the same way, only ensuring that returned names are consistent in style (I feel that mentioning some users via "@username" and others via "name" is unintuitive and doesn't look all that well in group chats).

@robert-cody
Copy link

@graynk you're right, for some strange reason, there is no such info in Python's locale module.

@Eldinnie Eldinnie self-assigned this Dec 24, 2017
@Eldinnie
Copy link
Member

Looks good to me. Closes #943

@tsnoam
Copy link
Member

tsnoam commented Dec 30, 2017

thank you for your contribution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants