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

Agregar número de versión de sistema operativo #172

Open
3 of 5 tasks
MelvinG24 opened this issue Jan 2, 2021 · 2 comments
Open
3 of 5 tasks

Agregar número de versión de sistema operativo #172

MelvinG24 opened this issue Jan 2, 2021 · 2 comments
Assignees

Comments

@MelvinG24
Copy link
Member

MelvinG24 commented Jan 2, 2021

Reportando bug

no escribir en esta área y marcarlo al completar el issue.

  • Solamente busco ayuda u orientación.
  • Sugerencia para Latino.

no escribir en esta área y marcarlo al completar el issue.

Más detalles:
Agregar función para que Latino pueda obtener el número de versión del sistema operativo.

Compatibilidad con OS:

  • MS-Windows
  • macOS
  • Linux

Código en donde ocurre:

// código_aquí
m = sis.os_version_mayor()      //numero version_mayor
n = sis.os_version_menor()      //numero version_menor
b = sis.os_version_parche()     //numero version_build

poner(m.."."..n.."."..b)        //Devolverá 6.1.7601
@MelvinG24
Copy link
Member Author

Se ha agregado esta función en MS-Windows:
comment: c305882

@MelvinG24
Copy link
Member Author

Se ha agregado esta función en macOS
comment: a3d6f7a

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

No branches or pull requests

1 participant